Html Css Color HEX #2DFB30 Lime Green

📋 copy color: '#2DFB30'

red 45 ◦ green 251 ◦ blue 48

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

Shades of Lime Green #2DFB30

Tints of Lime Green #2DFB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.95%

R = 13.08%
G = 72.97%
B = 13.95%

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

#2DFB30 (or 0x2DFB30) is known color: Lime Green. HEX triplet: 2D, FB and 30. RGB value is (45,251,48). Sum of RGB (Red+Green+Blue) = 45+251+48=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 251 (98.44% from 255 or 72.97% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB30 is #D204CF. Grayscale: #A6A6A6. Windows color (decimal): -13763792 or 3210029. OLE color: 3210029.

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

Color convert

RGB 45 251 48 -
CMYK 0.82 0 0.81 0.02
HSL 120.87º 0.96% 0.58% -
HSV(B) 120.87º 0.82% 0.98% -
XYZ 36.11 69.77 14.36 -
YUV 166.26 61.25 41.51 -
System Red Green Blue C M Y K H S L
Decimal 45 251 48 0.82 0 0.81 0.02 120.87 0.96 0.58
Hex 2D FB 30 52 0 51 2 79 60 3A
Octal 55 373 60 122 0 121 2 171 140 72
Binary 101101 11111011 110000 1010010 0 1010001 10 1111001 1100000 111010

Color Harmonies of #2DFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFB30

Black with #2DFB30

Text Example


Text Example

White with #2DFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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