Html Css Color HEX #2CEB1C Lime Green

📋 copy color: '#2CEB1C'

red 44 ◦ green 235 ◦ blue 28

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

Shades of Lime Green #2CEB1C

Tints of Lime Green #2CEB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 14.33%
G = 76.55%
B = 9.12%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#2CEB1C (or 0x2CEB1C) is known color: Lime Green. HEX triplet: 2C, EB and 1C. RGB value is (44,235,28). Sum of RGB (Red+Green+Blue) = 44+235+28=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 235 (92.19% from 255 or 76.55% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB1C is #D314E3. Grayscale: #9A9A9A. Windows color (decimal): -13833444 or 1895212. OLE color: 1895212.

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

Color convert

RGB 44 235 28 -
CMYK 0.81 0 0.88 0.08
HSL 115.36º 0.84% 0.52% -
HSV(B) 115.36º 0.88% 0.92% -
XYZ 30.96 60.04 11.06 -
YUV 154.29 56.72 49.33 -
System Red Green Blue C M Y K H S L
Decimal 44 235 28 0.81 0 0.88 0.08 115.36 0.84 0.52
Hex 2C EB 1C 51 0 58 8 73 54 34
Octal 54 353 34 121 0 130 10 163 124 64
Binary 101100 11101011 11100 1010001 0 1011000 1000 1110011 1010100 110100

Color Harmonies of #2CEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEB1C

Black with #2CEB1C

Text Example


Text Example

White with #2CEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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