#23CA40

Color #23CA40 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #23CA40

Tints of Lime Green #23CA40

Color information

#23CA40 (or 0x23CA40) is unknown color: approx Lime Green. HEX triplet: 23, CA and 40. RGB value is (35,202,64). Sum of RGB (Red+Green+Blue) = 35+202+64=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA40 is #DC35BF. Grayscale: #888888. Windows color (decimal): -14431680 or 4246051. OLE color: 4246051.

HSL color Cylindrical-coordinate representation of color #23CA40: hue angle of 130.42º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA40 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB3520264-
CMYK0.8300.680.21
HSL130.42º70.46%46.47%-
HSV(B)130.42º82.67%79.22%-
XYZ22.7442.9711.95-
YUV136.3387.1755.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.63%
GREEN value IS 202 (79.30% from 255) = 67.11%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=11.63%
G=67.11%
B=21.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35202640.8300.680.21130.4270.4646.47
Hex23CA40530441582462e
Octal4331210012301042520210656
Binary10001111001010100000010100110100010010101100000101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23CA40; }

 p { color: rgb(35,202,64); }

 H1.HeaderClassName
 {
   color: #23CA40;
 }
 .AnyTagClassName
 {
   color: #23CA40;
 }
</style>
background-color css

<style>
 a { background-color: #23CA40; }

 a { background-color: rgb(35,202,64); }

 div.DivClassName
 {
   background-color: #23CA40;
 }
 .BgClassName
 {
   background-color: #23CA40;
 }
</style>
border-color css

<style>
 span { border-color: #23CA40; }

 span { border-color: rgb(35,202,64); }

 td.TdClassName
 {
   border-color: #23CA40;
 }
 .TagClassName
 {
   border-color: #23CA40;
 }
</style>