Html Css Color HEX #23C32A Lime Green

📋 copy color: '#23C32A'

red 35 ◦ green 195 ◦ blue 42

#23C32A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #23C32A

Tints of Lime Green #23C32A

RGB

 RED value IS 35 (14.06% from 255) = 12.87%

 GREEN value IS 195 (76.56% from 255) = 71.69%

 BLUE value IS 42 (16.8% from 255) = 15.44%

R = 12.87%
G = 71.69%
B = 15.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#23C32A (or 0x23C32A) is known color: Lime Green. HEX triplet: 23, C3 and 2A. RGB value is (35,195,42). Sum of RGB (Red+Green+Blue) = 35+195+42=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #23C32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C32A is #DC3CD5. Grayscale: #828282. Windows color (decimal): -14433494 or 2802467. OLE color: 2802467.

HSL color Cylindrical-coordinate representation of color #23C32A: hue angle of 122.62º degrees, saturation: 0.7, 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 #23C32A is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 195 42 -
CMYK 0.82 0 0.78 0.24
HSL 122.63º 0.7% 0.45% -
HSV(B) 122.63º 0.82% 0.76% -
XYZ 20.63 39.55 8.74 -
YUV 129.72 78.49 60.44 -
System Red Green Blue C M Y K H S L
Decimal 35 195 42 0.82 0 0.78 0.24 122.63 0.7 0.45
Hex 23 C3 2A 52 0 4E 18 7B 46 2D
Octal 43 303 52 122 0 116 30 173 106 55
Binary 100011 11000011 101010 1010010 0 1001110 11000 1111011 1000110 101101

Color Harmonies of #23C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C32A

Black with #23C32A

Text Example


Text Example

White with #23C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,195,42); }

 H1.HeaderClassName
 {
   color: #23C32A;
 }
 .AnyTagClassName
 {
   color: #23C32A;
 }
</style>

background-color css

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

 a { background-color: rgb(35,195,42); }

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

border-color css

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

 span { border-color: rgb(35,195,42); }

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