Html Css Color HEX #2CE21B Lime Green

📋 copy color: '#2CE21B'

red 44 ◦ green 226 ◦ blue 27

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

Shades of Lime Green #2CE21B

Tints of Lime Green #2CE21B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 76.09%

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

R = 14.81%
G = 76.09%
B = 9.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#2CE21B (or 0x2CE21B) is known color: Lime Green. HEX triplet: 2C, E2 and 1B. RGB value is (44,226,27). Sum of RGB (Red+Green+Blue) = 44+226+27=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 226 (88.67% from 255 or 76.09% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE21B is #D31DE4. Grayscale: #959595. Windows color (decimal): -13835749 or 1827372. OLE color: 1827372.

HSL color Cylindrical-coordinate representation of color #2CE21B: hue angle of 114.87º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2CE21B is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 27 -
CMYK 0.81 0 0.88 0.11
HSL 114.87º 0.79% 0.5% -
HSV(B) 114.87º 0.88% 0.89% -
XYZ 28.43 55.01 10.16 -
YUV 148.9 59.2 53.18 -
System Red Green Blue C M Y K H S L
Decimal 44 226 27 0.81 0 0.88 0.11 114.87 0.79 0.5
Hex 2C E2 1B 51 0 58 B 73 4F 32
Octal 54 342 33 121 0 130 13 163 117 62
Binary 101100 11100010 11011 1010001 0 1011000 1011 1110011 1001111 110010

Color Harmonies of #2CE21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE21B

Black with #2CE21B

Text Example


Text Example

White with #2CE21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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