#23C234

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

Shades of Lime Green #23C234

Tints of Lime Green #23C234

Color information

#23C234 (or 0x23C234) is unknown color: approx Lime Green. HEX triplet: 23, C2 and 34. RGB value is (35,194,52). Sum of RGB (Red+Green+Blue) = 35+194+52=281 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.46% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #23C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C234 is #DC3DCB. Grayscale: #828282. Windows color (decimal): -14433740 or 3457571. OLE color: 3457571.

HSL color Cylindrical-coordinate representation of color #23C234: hue angle of 126.42º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C234 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB3519452-
CMYK0.8200.730.24
HSL126.42º69.43%44.9%-
HSV(B)126.42º81.96%76.08%-
XYZ20.639.199.73-
YUV130.2783.8260.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.46%
GREEN value IS 194 (76.17% from 255) = 69.04%
BLUE value IS 52 (20.70% from 255) = 18.51%
R=12.46%
G=69.04%
B=18.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35194520.8200.730.24126.4269.4344.9
Hex23C23452049187e452d
Octal433026412201113017610555
Binary100011110000101101001010010010010011100011111101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23C234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,194,52); }

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

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

 a { background-color: rgb(35,194,52); }

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

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

 span { border-color: rgb(35,194,52); }

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