Html Css Color HEX #2DC240 Lime Green

📋 copy color: '#2DC240'

red 45 ◦ green 194 ◦ blue 64

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

Shades of Lime Green #2DC240

Tints of Lime Green #2DC240

RGB

 RED value IS 45 (17.97% from 255) = 14.85%

 GREEN value IS 194 (76.17% from 255) = 64.03%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 14.85%
G = 64.03%
B = 21.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#2DC240 (or 0x2DC240) is known color: Lime Green. HEX triplet: 2D, C2 and 40. RGB value is (45,194,64). Sum of RGB (Red+Green+Blue) = 45+194+64=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #2DC240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC240 is #D23DBF. Grayscale: #878787. Windows color (decimal): -13778368 or 4244013. OLE color: 4244013.

HSL color Cylindrical-coordinate representation of color #2DC240: hue angle of 127.65º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC240 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 194 64 -
CMYK 0.77 0 0.67 0.24
HSL 127.65º 0.62% 0.47% -
HSV(B) 127.65º 0.77% 0.76% -
XYZ 21.3 39.51 11.35 -
YUV 134.63 88.14 64.07 -
System Red Green Blue C M Y K H S L
Decimal 45 194 64 0.77 0 0.67 0.24 127.65 0.62 0.47
Hex 2D C2 40 4D 0 43 18 80 3E 2F
Octal 55 302 100 115 0 103 30 200 76 57
Binary 101101 11000010 1000000 1001101 0 1000011 11000 10000000 111110 101111

Color Harmonies of #2DC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC240

Black with #2DC240

Text Example


Text Example

White with #2DC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,194,64); }

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

background-color css

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

 a { background-color: rgb(45,194,64); }

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

border-color css

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

 span { border-color: rgb(45,194,64); }

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