Html Css Color HEX #2DFC30 Lime Green

📋 copy color: '#2DFC30'

red 45 ◦ green 252 ◦ blue 48

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

Shades of Lime Green #2DFC30

Tints of Lime Green #2DFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.04%

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

R = 13.04%
G = 73.04%
B = 13.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#2DFC30 (or 0x2DFC30) is known color: Lime Green. HEX triplet: 2D, FC and 30. RGB value is (45,252,48). Sum of RGB (Red+Green+Blue) = 45+252+48=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFC30 is #D203CF. Grayscale: #A7A7A7. Windows color (decimal): -13763536 or 3210285. OLE color: 3210285.

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

Color convert

RGB 45 252 48 -
CMYK 0.82 0 0.81 0.01
HSL 120.87º 0.97% 0.58% -
HSV(B) 120.87º 0.82% 0.99% -
XYZ 36.43 70.39 14.46 -
YUV 166.85 60.92 41.09 -
System Red Green Blue C M Y K H S L
Decimal 45 252 48 0.82 0 0.81 0.01 120.87 0.97 0.58
Hex 2D FC 30 52 0 51 1 79 61 3A
Octal 55 374 60 122 0 121 1 171 141 72
Binary 101101 11111100 110000 1010010 0 1010001 1 1111001 1100001 111010

Color Harmonies of #2DFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFC30

Black with #2DFC30

Text Example


Text Example

White with #2DFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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