Html Css Color HEX #2CE11B Lime Green

📋 copy color: '#2CE11B'

red 44 ◦ green 225 ◦ blue 27

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

Shades of Lime Green #2CE11B

Tints of Lime Green #2CE11B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.01%

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 14.86%
G = 76.01%
B = 9.12%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#2CE11B (or 0x2CE11B) is known color: Lime Green. HEX triplet: 2C, E1 and 1B. RGB value is (44,225,27). Sum of RGB (Red+Green+Blue) = 44+225+27=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE11B is #D31EE4. Grayscale: #949494. Windows color (decimal): -13836005 or 1827116. OLE color: 1827116.

HSL color Cylindrical-coordinate representation of color #2CE11B: hue angle of 114.85º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CE11B is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 44 225 27 -
CMYK 0.80 0 0.88 0.12
HSL 114.85º 0.79% 0.49% -
HSV(B) 114.85º 0.88% 0.88% -
XYZ 28.16 54.47 10.07 -
YUV 148.31 59.53 53.6 -
System Red Green Blue C M Y K H S L
Decimal 44 225 27 0.80 0 0.88 0.12 114.85 0.79 0.49
Hex 2C E1 1B 50 0 58 C 73 4F 31
Octal 54 341 33 120 0 130 14 163 117 61
Binary 101100 11100001 11011 1010000 0 1011000 1100 1110011 1001111 110001

Color Harmonies of #2CE11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE11B

Black with #2CE11B

Text Example


Text Example

White with #2CE11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,225,27); }

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

background-color css

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

 a { background-color: rgb(44,225,27); }

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

border-color css

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

 span { border-color: rgb(44,225,27); }

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