Html Css Color HEX #2CDD1E Lime Green

📋 copy color: '#2CDD1E'

red 44 ◦ green 221 ◦ blue 30

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

Shades of Lime Green #2CDD1E

Tints of Lime Green #2CDD1E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.92%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 14.92%
G = 74.92%
B = 10.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2CDD1E (or 0x2CDD1E) is known color: Lime Green. HEX triplet: 2C, DD and 1E. RGB value is (44,221,30). Sum of RGB (Red+Green+Blue) = 44+221+30=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD1E is #D322E1. Grayscale: #929292. Windows color (decimal): -13837026 or 2022700. OLE color: 2022700.

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

Color convert

RGB 44 221 30 -
CMYK 0.80 0 0.86 0.13
HSL 115.6º 0.76% 0.49% -
HSV(B) 115.6º 0.86% 0.87% -
XYZ 27.13 52.34 9.9 -
YUV 146.3 62.36 55.03 -
System Red Green Blue C M Y K H S L
Decimal 44 221 30 0.80 0 0.86 0.13 115.6 0.76 0.49
Hex 2C DD 1E 50 0 56 D 74 4C 31
Octal 54 335 36 120 0 126 15 164 114 61
Binary 101100 11011101 11110 1010000 0 1010110 1101 1110100 1001100 110001

Color Harmonies of #2CDD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDD1E

Black with #2CDD1E

Text Example


Text Example

White with #2CDD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,221,30); }

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

background-color css

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

 a { background-color: rgb(44,221,30); }

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

border-color css

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

 span { border-color: rgb(44,221,30); }

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