Html Css Color HEX #2DF53C Lime Green

📋 copy color: '#2DF53C'

red 45 ◦ green 245 ◦ blue 60

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

Shades of Lime Green #2DF53C

Tints of Lime Green #2DF53C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70%

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 12.86%
G = 70%
B = 17.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#2DF53C (or 0x2DF53C) is known color: Lime Green. HEX triplet: 2D, F5 and 3C. RGB value is (45,245,60). Sum of RGB (Red+Green+Blue) = 45+245+60=350 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.86% from 350); Green value is 245 (96.09% from 255 or 70% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF53C is #D20AC3. Grayscale: #A4A4A4. Windows color (decimal): -13765316 or 3994925. OLE color: 3994925.

HSL color Cylindrical-coordinate representation of color #2DF53C: hue angle of 124.5º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF53C is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 245 60 -
CMYK 0.82 0 0.76 0.04
HSL 124.5º 0.91% 0.57% -
HSV(B) 124.5º 0.82% 0.96% -
XYZ 34.55 66.19 15.23 -
YUV 164.11 69.24 43.04 -
System Red Green Blue C M Y K H S L
Decimal 45 245 60 0.82 0 0.76 0.04 124.5 0.91 0.57
Hex 2D F5 3C 52 0 4C 4 7C 5B 39
Octal 55 365 74 122 0 114 4 174 133 71
Binary 101101 11110101 111100 1010010 0 1001100 100 1111100 1011011 111001

Color Harmonies of #2DF53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF53C

Black with #2DF53C

Text Example


Text Example

White with #2DF53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,245,60); }

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

background-color css

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

 a { background-color: rgb(45,245,60); }

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

border-color css

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

 span { border-color: rgb(45,245,60); }

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