Html Css Color HEX #2CE620 Lime Green

📋 copy color: '#2CE620'

red 44 ◦ green 230 ◦ blue 32

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

Shades of Lime Green #2CE620

Tints of Lime Green #2CE620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 75.16%

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

R = 14.38%
G = 75.16%
B = 10.46%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#2CE620 (or 0x2CE620) is known color: Lime Green. HEX triplet: 2C, E6 and 20. RGB value is (44,230,32). Sum of RGB (Red+Green+Blue) = 44+230+32=306 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.38% from 306); Green value is 230 (90.23% from 255 or 75.16% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE620 is #D319DF. Grayscale: #989898. Windows color (decimal): -13834720 or 2156076. OLE color: 2156076.

HSL color Cylindrical-coordinate representation of color #2CE620: hue angle of 116.36º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE620 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 44 230 32 -
CMYK 0.81 0 0.86 0.10
HSL 116.36º 0.8% 0.51% -
HSV(B) 116.36º 0.86% 0.9% -
XYZ 29.6 57.23 10.85 -
YUV 151.81 60.38 51.1 -
System Red Green Blue C M Y K H S L
Decimal 44 230 32 0.81 0 0.86 0.10 116.36 0.8 0.51
Hex 2C E6 20 51 0 56 A 74 50 33
Octal 54 346 40 121 0 126 12 164 120 63
Binary 101100 11100110 100000 1010001 0 1010110 1010 1110100 1010000 110011

Color Harmonies of #2CE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE620

Black with #2CE620

Text Example


Text Example

White with #2CE620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,230,32); }

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

background-color css

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

 a { background-color: rgb(44,230,32); }

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

border-color css

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

 span { border-color: rgb(44,230,32); }

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