Html Css Color HEX #2DF047 Lime Green

📋 copy color: '#2DF047'

red 45 ◦ green 240 ◦ blue 71

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

Shades of Lime Green #2DF047

Tints of Lime Green #2DF047

RGB

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

 GREEN value IS 240 (94.14% from 255) = 67.42%

 BLUE value IS 71 (28.13% from 255) = 19.94%

R = 12.64%
G = 67.42%
B = 19.94%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#2DF047 (or 0x2DF047) is known color: Lime Green. HEX triplet: 2D, F0 and 47. RGB value is (45,240,71). Sum of RGB (Red+Green+Blue) = 45+240+71=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 240 (94.14% from 255 or 67.42% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF047 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF047 is #D20FB8. Grayscale: #A2A2A2. Windows color (decimal): -13766585 or 4714541. OLE color: 4714541.

HSL color Cylindrical-coordinate representation of color #2DF047: hue angle of 128º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF047 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 45 240 71 -
CMYK 0.81 0 0.70 0.06
HSL 128º 0.87% 0.56% -
HSV(B) 128º 0.81% 0.94% -
XYZ 33.38 63.33 16.43 -
YUV 162.43 76.4 44.24 -
System Red Green Blue C M Y K H S L
Decimal 45 240 71 0.81 0 0.70 0.06 128 0.87 0.56
Hex 2D F0 47 51 0 46 6 80 57 38
Octal 55 360 107 121 0 106 6 200 127 70
Binary 101101 11110000 1000111 1010001 0 1000110 110 10000000 1010111 111000

Color Harmonies of #2DF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF047

Black with #2DF047

Text Example


Text Example

White with #2DF047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,240,71); }

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

background-color css

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

 a { background-color: rgb(45,240,71); }

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

border-color css

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

 span { border-color: rgb(45,240,71); }

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