Html Css Color HEX #23CF32 Lime Green

📋 copy color: '#23CF32'

red 35 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #23CF32

Tints of Lime Green #23CF32

RGB

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

 GREEN value IS 207 (81.25% from 255) = 70.89%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 11.99%
G = 70.89%
B = 17.12%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#23CF32 (or 0x23CF32) is known color: Lime Green. HEX triplet: 23, CF and 32. RGB value is (35,207,50). Sum of RGB (Red+Green+Blue) = 35+207+50=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CF32 is #DC30CD. Grayscale: #8A8A8A. Windows color (decimal): -14430414 or 3329827. OLE color: 3329827.

HSL color Cylindrical-coordinate representation of color #23CF32: hue angle of 125.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CF32 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 207 50 -
CMYK 0.83 0 0.76 0.19
HSL 125.23º 0.71% 0.47% -
HSV(B) 125.23º 0.83% 0.81% -
XYZ 23.58 45.21 10.5 -
YUV 137.67 78.52 54.77 -
System Red Green Blue C M Y K H S L
Decimal 35 207 50 0.83 0 0.76 0.19 125.23 0.71 0.47
Hex 23 CF 32 53 0 4C 13 7D 47 2F
Octal 43 317 62 123 0 114 23 175 107 57
Binary 100011 11001111 110010 1010011 0 1001100 10011 1111101 1000111 101111

Color Harmonies of #23CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CF32

Black with #23CF32

Text Example


Text Example

White with #23CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,207,50); }

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

background-color css

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

 a { background-color: rgb(35,207,50); }

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

border-color css

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

 span { border-color: rgb(35,207,50); }

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