Html Css Color HEX #2CDF46 Lime Green

📋 copy color: '#2CDF46'

red 44 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #2CDF46

Tints of Lime Green #2CDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 13.06%
G = 66.17%
B = 20.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#2CDF46 (or 0x2CDF46) is known color: Lime Green. HEX triplet: 2C, DF and 46. RGB value is (44,223,70). Sum of RGB (Red+Green+Blue) = 44+223+70=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF46 is #D320B9. Grayscale: #989898. Windows color (decimal): -13836474 or 4644652. OLE color: 4644652.

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

Color convert

RGB 44 223 70 -
CMYK 0.80 0 0.69 0.13
HSL 128.72º 0.74% 0.52% -
HSV(B) 128.72º 0.8% 0.87% -
XYZ 28.53 53.75 14.67 -
YUV 152.04 81.7 50.94 -
System Red Green Blue C M Y K H S L
Decimal 44 223 70 0.80 0 0.69 0.13 128.72 0.74 0.52
Hex 2C DF 46 50 0 45 D 81 4A 34
Octal 54 337 106 120 0 105 15 201 112 64
Binary 101100 11011111 1000110 1010000 0 1000101 1101 10000001 1001010 110100

Color Harmonies of #2CDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDF46

Black with #2CDF46

Text Example


Text Example

White with #2CDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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