#23CA43

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

Shades of Lime Green #23CA43

Tints of Lime Green #23CA43

Color information

#23CA43 (or 0x23CA43) is unknown color: approx Lime Green. HEX triplet: 23, CA and 43. RGB value is (35,202,67). Sum of RGB (Red+Green+Blue) = 35+202+67=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA43 is #DC35BC. Grayscale: #898989. Windows color (decimal): -14431677 or 4442659. OLE color: 4442659.

HSL color Cylindrical-coordinate representation of color #23CA43: hue angle of 131.5º 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 #23CA43 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB3520267-
CMYK0.8300.670.21
HSL131.5º70.46%46.47%-
HSV(B)131.5º82.67%79.22%-
XYZ22.834312.41-
YUV136.6888.6755.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.51%
GREEN value IS 202 (79.30% from 255) = 66.45%
BLUE value IS 67 (26.56% from 255) = 22.04%
R=11.51%
G=66.45%
B=22.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35202670.8300.670.21131.570.4646.47
Hex23CA43530431583462e
Octal4331210312301032520310656
Binary10001111001010100001110100110100001110101100000111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23CA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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