Html Css Color HEX #3FDF30 Lime Green

📋 copy color: '#3FDF30'

red 63 ◦ green 223 ◦ blue 48

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

Shades of Lime Green #3FDF30

Tints of Lime Green #3FDF30

RGB

 RED value IS 63 (25% from 255) = 18.86%

 GREEN value IS 223 (87.5% from 255) = 66.77%

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

R = 18.86%
G = 66.77%
B = 14.37%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#3FDF30 (or 0x3FDF30) is known color: Lime Green. HEX triplet: 3F, DF and 30. RGB value is (63,223,48). Sum of RGB (Red+Green+Blue) = 63+223+48=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF30 is #C020CF. Grayscale: #9B9B9B. Windows color (decimal): -12591312 or 3202879. OLE color: 3202879.

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

Color convert

RGB 63 223 48 -
CMYK 0.72 0 0.78 0.13
HSL 114.86º 0.73% 0.53% -
HSV(B) 114.86º 0.78% 0.87% -
XYZ 28.97 54.05 11.7 -
YUV 155.21 67.49 62.23 -
System Red Green Blue C M Y K H S L
Decimal 63 223 48 0.72 0 0.78 0.13 114.86 0.73 0.53
Hex 3F DF 30 48 0 4E D 73 49 35
Octal 77 337 60 110 0 116 15 163 111 65
Binary 111111 11011111 110000 1001000 0 1001110 1101 1110011 1001001 110101

Color Harmonies of #3FDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDF30

Black with #3FDF30

Text Example


Text Example

White with #3FDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FDF30; }

 p { color: rgb(63,223,48); }

 H1.HeaderClassName
 {
   color: #3FDF30;
 }
 .AnyTagClassName
 {
   color: #3FDF30;
 }
</style>

background-color css

<style>
 a { background-color: #3FDF30; }

 a { background-color: rgb(63,223,48); }

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

border-color css

<style>
 span { border-color: #3FDF30; }

 span { border-color: rgb(63,223,48); }

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