Html Css Color HEX #23CC20 Lime Green

📋 copy color: '#23CC20'

red 35 ◦ green 204 ◦ blue 32

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

Shades of Lime Green #23CC20

Tints of Lime Green #23CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 75.28%

 BLUE value IS 32 (12.89% from 255) = 11.81%

R = 12.92%
G = 75.28%
B = 11.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#23CC20 (or 0x23CC20) is known color: Lime Green. HEX triplet: 23, CC and 20. RGB value is (35,204,32). Sum of RGB (Red+Green+Blue) = 35+204+32=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC20 is #DC33DF. Grayscale: #868686. Windows color (decimal): -14431200 or 2149411. OLE color: 2149411.

HSL color Cylindrical-coordinate representation of color #23CC20: hue angle of 118.95º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CC20 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 204 32 -
CMYK 0.83 0 0.84 0.2
HSL 118.95º 0.73% 0.46% -
HSV(B) 118.95º 0.84% 0.8% -
XYZ 22.55 43.65 8.6 -
YUV 133.86 70.51 57.49 -
System Red Green Blue C M Y K H S L
Decimal 35 204 32 0.83 0 0.84 0.2 118.95 0.73 0.46
Hex 23 CC 20 53 0 54 14 77 49 2E
Octal 43 314 40 123 0 124 24 167 111 56
Binary 100011 11001100 100000 1010011 0 1010100 10100 1110111 1001001 101110

Color Harmonies of #23CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC20

Black with #23CC20

Text Example


Text Example

White with #23CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,204,32); }

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

background-color css

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

 a { background-color: rgb(35,204,32); }

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

border-color css

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

 span { border-color: rgb(35,204,32); }

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