Html Css Color HEX #2DFB2F Lime Green

📋 copy color: '#2DFB2F'

red 45 ◦ green 251 ◦ blue 47

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

Shades of Lime Green #2DFB2F

Tints of Lime Green #2DFB2F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 73.18%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 13.12%
G = 73.18%
B = 13.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#2DFB2F (or 0x2DFB2F) is known color: Lime Green. HEX triplet: 2D, FB and 2F. RGB value is (45,251,47). Sum of RGB (Red+Green+Blue) = 45+251+47=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 251 (98.44% from 255 or 73.18% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB2F is #D204D0. Grayscale: #A6A6A6. Windows color (decimal): -13763793 or 3144493. OLE color: 3144493.

HSL color Cylindrical-coordinate representation of color #2DFB2F: hue angle of 120.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB2F is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 251 47 -
CMYK 0.82 0 0.81 0.02
HSL 120.58º 0.96% 0.58% -
HSV(B) 120.58º 0.82% 0.98% -
XYZ 36.09 69.76 14.25 -
YUV 166.15 60.75 41.59 -
System Red Green Blue C M Y K H S L
Decimal 45 251 47 0.82 0 0.81 0.02 120.58 0.96 0.58
Hex 2D FB 2F 52 0 51 2 79 60 3A
Octal 55 373 57 122 0 121 2 171 140 72
Binary 101101 11111011 101111 1010010 0 1010001 10 1111001 1100000 111010

Color Harmonies of #2DFB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB2F

Black with #2DFB2F

Text Example


Text Example

White with #2DFB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,251,47); }

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

background-color css

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

 a { background-color: rgb(45,251,47); }

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

border-color css

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

 span { border-color: rgb(45,251,47); }

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