Html Css Color HEX #2CEB20 Lime Green

📋 copy color: '#2CEB20'

red 44 ◦ green 235 ◦ blue 32

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

Shades of Lime Green #2CEB20

Tints of Lime Green #2CEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.56%

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

R = 14.15%
G = 75.56%
B = 10.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#2CEB20 (or 0x2CEB20) is known color: Lime Green. HEX triplet: 2C, EB and 20. RGB value is (44,235,32). Sum of RGB (Red+Green+Blue) = 44+235+32=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 235 (92.19% from 255 or 75.56% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB20 is #D314DF. Grayscale: #9B9B9B. Windows color (decimal): -13833440 or 2157356. OLE color: 2157356.

HSL color Cylindrical-coordinate representation of color #2CEB20: hue angle of 116.45º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CEB20 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 44 235 32 -
CMYK 0.81 0 0.86 0.08
HSL 116.45º 0.84% 0.52% -
HSV(B) 116.45º 0.86% 0.92% -
XYZ 31.01 60.06 11.32 -
YUV 154.75 58.72 49.01 -
System Red Green Blue C M Y K H S L
Decimal 44 235 32 0.81 0 0.86 0.08 116.45 0.84 0.52
Hex 2C EB 20 51 0 56 8 74 54 34
Octal 54 353 40 121 0 126 10 164 124 64
Binary 101100 11101011 100000 1010001 0 1010110 1000 1110100 1010100 110100

Color Harmonies of #2CEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEB20

Black with #2CEB20

Text Example


Text Example

White with #2CEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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