Html Css Color HEX #2CEB21 Lime Green

📋 copy color: '#2CEB21'

red 44 ◦ green 235 ◦ blue 33

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

Shades of Lime Green #2CEB21

Tints of Lime Green #2CEB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.58%

R = 14.1%
G = 75.32%
B = 10.58%

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

#2CEB21 (or 0x2CEB21) is known color: Lime Green. HEX triplet: 2C, EB and 21. RGB value is (44,235,33). Sum of RGB (Red+Green+Blue) = 44+235+33=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 235 (92.19% from 255 or 75.32% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB21 is #D314DE. Grayscale: #9B9B9B. Windows color (decimal): -13833439 or 2222892. OLE color: 2222892.

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

Color convert

RGB 44 235 33 -
CMYK 0.81 0 0.86 0.08
HSL 116.73º 0.83% 0.53% -
HSV(B) 116.73º 0.86% 0.92% -
XYZ 31.02 60.06 11.4 -
YUV 154.86 59.22 48.93 -
System Red Green Blue C M Y K H S L
Decimal 44 235 33 0.81 0 0.86 0.08 116.73 0.83 0.53
Hex 2C EB 21 51 0 56 8 75 53 35
Octal 54 353 41 121 0 126 10 165 123 65
Binary 101100 11101011 100001 1010001 0 1010110 1000 1110101 1010011 110101

Color Harmonies of #2CEB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEB21

Black with #2CEB21

Text Example


Text Example

White with #2CEB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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