Html Css Color HEX #2CDD34 Lime Green

📋 copy color: '#2CDD34'

red 44 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #2CDD34

Tints of Lime Green #2CDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 13.88%
G = 69.72%
B = 16.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#2CDD34 (or 0x2CDD34) is known color: Lime Green. HEX triplet: 2C, DD and 34. RGB value is (44,221,52). Sum of RGB (Red+Green+Blue) = 44+221+52=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #2CDD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDD34 is #D322CB. Grayscale: #959595. Windows color (decimal): -13837004 or 3464492. OLE color: 3464492.

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

Color convert

RGB 44 221 52 -
CMYK 0.80 0 0.76 0.13
HSL 122.71º 0.72% 0.52% -
HSV(B) 122.71º 0.8% 0.87% -
XYZ 27.51 52.5 11.93 -
YUV 148.81 73.36 53.24 -
System Red Green Blue C M Y K H S L
Decimal 44 221 52 0.80 0 0.76 0.13 122.71 0.72 0.52
Hex 2C DD 34 50 0 4C D 7B 48 34
Octal 54 335 64 120 0 114 15 173 110 64
Binary 101100 11011101 110100 1010000 0 1001100 1101 1111011 1001000 110100

Color Harmonies of #2CDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDD34

Black with #2CDD34

Text Example


Text Example

White with #2CDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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