Html Css Color HEX #2CDF32 Lime Green

📋 copy color: '#2CDF32'

red 44 ◦ green 223 ◦ blue 50

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

Shades of Lime Green #2CDF32

Tints of Lime Green #2CDF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.35%

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

R = 13.88%
G = 70.35%
B = 15.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#2CDF32 (or 0x2CDF32) is known color: Lime Green. HEX triplet: 2C, DF and 32. RGB value is (44,223,50). Sum of RGB (Red+Green+Blue) = 44+223+50=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 223 (87.5% from 255 or 70.35% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF32 is #D320CD. Grayscale: #969696. Windows color (decimal): -13836494 or 3333932. OLE color: 3333932.

HSL color Cylindrical-coordinate representation of color #2CDF32: hue angle of 122.01º degrees, saturation: 0.74, 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 #2CDF32 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 223 50 -
CMYK 0.80 0 0.78 0.13
HSL 122.01º 0.74% 0.52% -
HSV(B) 122.01º 0.8% 0.87% -
XYZ 28 53.54 11.88 -
YUV 149.76 71.7 52.57 -
System Red Green Blue C M Y K H S L
Decimal 44 223 50 0.80 0 0.78 0.13 122.01 0.74 0.52
Hex 2C DF 32 50 0 4E D 7A 4A 34
Octal 54 337 62 120 0 116 15 172 112 64
Binary 101100 11011111 110010 1010000 0 1001110 1101 1111010 1001010 110100

Color Harmonies of #2CDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDF32

Black with #2CDF32

Text Example


Text Example

White with #2CDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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