Html Css Color HEX #2FDE30 Lime Green

📋 copy color: '#2FDE30'

red 47 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #2FDE30

Tints of Lime Green #2FDE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 70.03%

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

R = 14.83%
G = 70.03%
B = 15.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#2FDE30 (or 0x2FDE30) is known color: Lime Green. HEX triplet: 2F, DE and 30. RGB value is (47,222,48). Sum of RGB (Red+Green+Blue) = 47+222+48=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #2FDE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDE30 is #D021CF. Grayscale: #969696. Windows color (decimal): -13640144 or 3202607. OLE color: 3202607.

HSL color Cylindrical-coordinate representation of color #2FDE30: hue angle of 120.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDE30 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 222 48 -
CMYK 0.79 0 0.78 0.13
HSL 120.34º 0.73% 0.53% -
HSV(B) 120.34º 0.79% 0.87% -
XYZ 27.83 53.06 11.57 -
YUV 149.84 70.52 54.65 -
System Red Green Blue C M Y K H S L
Decimal 47 222 48 0.79 0 0.78 0.13 120.34 0.73 0.53
Hex 2F DE 30 4F 0 4E D 78 49 35
Octal 57 336 60 117 0 116 15 170 111 65
Binary 101111 11011110 110000 1001111 0 1001110 1101 1111000 1001001 110101

Color Harmonies of #2FDE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDE30

Black with #2FDE30

Text Example


Text Example

White with #2FDE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,222,48); }

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

background-color css

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

 a { background-color: rgb(47,222,48); }

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

border-color css

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

 span { border-color: rgb(47,222,48); }

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