Html Css Color HEX #2CC023 Lime Green

📋 copy color: '#2CC023'

red 44 ◦ green 192 ◦ blue 35

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

Shades of Lime Green #2CC023

Tints of Lime Green #2CC023

RGB

 RED value IS 44 (17.58% from 255) = 16.24%

 GREEN value IS 192 (75.39% from 255) = 70.85%

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

R = 16.24%
G = 70.85%
B = 12.92%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#2CC023 (or 0x2CC023) is known color: Lime Green. HEX triplet: 2C, C0 and 23. RGB value is (44,192,35). Sum of RGB (Red+Green+Blue) = 44+192+35=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 192 (75.39% from 255 or 70.85% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC023 is #D33FDC. Grayscale: #828282. Windows color (decimal): -13844445 or 2342956. OLE color: 2342956.

HSL color Cylindrical-coordinate representation of color #2CC023: hue angle of 116.56º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CC023 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 192 35 -
CMYK 0.77 0 0.82 0.25
HSL 116.56º 0.69% 0.45% -
HSV(B) 116.56º 0.82% 0.75% -
XYZ 20.19 38.36 7.93 -
YUV 129.85 74.47 66.77 -
System Red Green Blue C M Y K H S L
Decimal 44 192 35 0.77 0 0.82 0.25 116.56 0.69 0.45
Hex 2C C0 23 4D 0 52 19 75 45 2D
Octal 54 300 43 115 0 122 31 165 105 55
Binary 101100 11000000 100011 1001101 0 1010010 11001 1110101 1000101 101101

Color Harmonies of #2CC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC023

Black with #2CC023

Text Example


Text Example

White with #2CC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CC023; }

 p { color: rgb(44,192,35); }

 H1.HeaderClassName
 {
   color: #2CC023;
 }
 .AnyTagClassName
 {
   color: #2CC023;
 }
</style>

background-color css

<style>
 a { background-color: #2CC023; }

 a { background-color: rgb(44,192,35); }

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

border-color css

<style>
 span { border-color: #2CC023; }

 span { border-color: rgb(44,192,35); }

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