Html Css Color HEX #2CDB32 Lime Green

📋 copy color: '#2CDB32'

red 44 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #2CDB32

Tints of Lime Green #2CDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 69.97%

 BLUE value IS 50 (19.92% from 255) = 15.97%

R = 14.06%
G = 69.97%
B = 15.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#2CDB32 (or 0x2CDB32) is known color: Lime Green. HEX triplet: 2C, DB and 32. RGB value is (44,219,50). Sum of RGB (Red+Green+Blue) = 44+219+50=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 219 (85.94% from 255 or 69.97% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 219 - color contains mainly: green. Hex color #2CDB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDB32 is #D324CD. Grayscale: #939393. Windows color (decimal): -13837518 or 3332908. OLE color: 3332908.

HSL color Cylindrical-coordinate representation of color #2CDB32: hue angle of 122.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDB32 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 219 50 -
CMYK 0.80 0 0.77 0.14
HSL 122.06º 0.71% 0.52% -
HSV(B) 122.06º 0.8% 0.86% -
XYZ 26.95 51.43 11.52 -
YUV 147.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 44 219 50 0.80 0 0.77 0.14 122.06 0.71 0.52
Hex 2C DB 32 50 0 4D E 7A 47 34
Octal 54 333 62 120 0 115 16 172 107 64
Binary 101100 11011011 110010 1010000 0 1001101 1110 1111010 1000111 110100

Color Harmonies of #2CDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDB32

Black with #2CDB32

Text Example


Text Example

White with #2CDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,219,50); }

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

background-color css

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

 a { background-color: rgb(44,219,50); }

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

border-color css

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

 span { border-color: rgb(44,219,50); }

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