Html Css Color HEX #2CDE1B Lime Green

📋 copy color: '#2CDE1B'

red 44 ◦ green 222 ◦ blue 27

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

Shades of Lime Green #2CDE1B

Tints of Lime Green #2CDE1B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.77%

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

R = 15.02%
G = 75.77%
B = 9.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#2CDE1B (or 0x2CDE1B) is known color: Lime Green. HEX triplet: 2C, DE and 1B. RGB value is (44,222,27). Sum of RGB (Red+Green+Blue) = 44+222+27=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE1B is #D321E4. Grayscale: #939393. Windows color (decimal): -13836773 or 1826348. OLE color: 1826348.

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

Color convert

RGB 44 222 27 -
CMYK 0.80 0 0.88 0.13
HSL 114.77º 0.78% 0.49% -
HSV(B) 114.77º 0.88% 0.87% -
XYZ 27.36 52.86 9.8 -
YUV 146.55 60.53 54.86 -
System Red Green Blue C M Y K H S L
Decimal 44 222 27 0.80 0 0.88 0.13 114.77 0.78 0.49
Hex 2C DE 1B 50 0 58 D 73 4E 31
Octal 54 336 33 120 0 130 15 163 116 61
Binary 101100 11011110 11011 1010000 0 1011000 1101 1110011 1001110 110001

Color Harmonies of #2CDE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDE1B

Black with #2CDE1B

Text Example


Text Example

White with #2CDE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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