Html Css Color HEX #2DFB40 Lime Green

📋 copy color: '#2DFB40'

red 45 ◦ green 251 ◦ blue 64

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

Shades of Lime Green #2DFB40

Tints of Lime Green #2DFB40

RGB

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

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

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

R = 12.5%
G = 69.72%
B = 17.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#2DFB40 (or 0x2DFB40) is known color: Lime Green. HEX triplet: 2D, FB and 40. RGB value is (45,251,64). Sum of RGB (Red+Green+Blue) = 45+251+64=360 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.5% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB40 is #D204BF. Grayscale: #A8A8A8. Windows color (decimal): -13763776 or 4258605. OLE color: 4258605.

HSL color Cylindrical-coordinate representation of color #2DFB40: hue angle of 125.53º 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 #2DFB40 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 251 64 -
CMYK 0.82 0 0.75 0.02
HSL 125.53º 0.96% 0.58% -
HSV(B) 125.53º 0.82% 0.98% -
XYZ 36.5 69.92 16.42 -
YUV 168.09 69.25 40.21 -
System Red Green Blue C M Y K H S L
Decimal 45 251 64 0.82 0 0.75 0.02 125.53 0.96 0.58
Hex 2D FB 40 52 0 4B 2 7E 60 3A
Octal 55 373 100 122 0 113 2 176 140 72
Binary 101101 11111011 1000000 1010010 0 1001011 10 1111110 1100000 111010

Color Harmonies of #2DFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB40

Black with #2DFB40

Text Example


Text Example

White with #2DFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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