Html Css Color HEX #2FD325 Lime Green

📋 copy color: '#2FD325'

red 47 ◦ green 211 ◦ blue 37

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

Shades of Lime Green #2FD325

Tints of Lime Green #2FD325

RGB

 RED value IS 47 (18.75% from 255) = 15.93%

 GREEN value IS 211 (82.81% from 255) = 71.53%

 BLUE value IS 37 (14.84% from 255) = 12.54%

R = 15.93%
G = 71.53%
B = 12.54%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#2FD325 (or 0x2FD325) is known color: Lime Green. HEX triplet: 2F, D3 and 25. RGB value is (47,211,37). Sum of RGB (Red+Green+Blue) = 47+211+37=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD325 is #D02CDA. Grayscale: #8E8E8E. Windows color (decimal): -13642971 or 2478895. OLE color: 2478895.

HSL color Cylindrical-coordinate representation of color #2FD325: hue angle of 116.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FD325 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 211 37 -
CMYK 0.78 0 0.82 0.17
HSL 116.55º 0.7% 0.49% -
HSV(B) 116.55º 0.82% 0.83% -
XYZ 24.8 47.33 9.58 -
YUV 142.13 68.67 60.15 -
System Red Green Blue C M Y K H S L
Decimal 47 211 37 0.78 0 0.82 0.17 116.55 0.7 0.49
Hex 2F D3 25 4E 0 52 11 75 46 31
Octal 57 323 45 116 0 122 21 165 106 61
Binary 101111 11010011 100101 1001110 0 1010010 10001 1110101 1000110 110001

Color Harmonies of #2FD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD325

Black with #2FD325

Text Example


Text Example

White with #2FD325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,211,37); }

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

background-color css

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

 a { background-color: rgb(47,211,37); }

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

border-color css

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

 span { border-color: rgb(47,211,37); }

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