Html Css Color HEX #3FE030 Lime Green

📋 copy color: '#3FE030'

red 63 ◦ green 224 ◦ blue 48

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

Shades of Lime Green #3FE030

Tints of Lime Green #3FE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.87%

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

R = 18.81%
G = 66.87%
B = 14.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#3FE030 (or 0x3FE030) is known color: Lime Green. HEX triplet: 3F, E0 and 30. RGB value is (63,224,48). Sum of RGB (Red+Green+Blue) = 63+224+48=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE030 is #C01FCF. Grayscale: #9C9C9C. Windows color (decimal): -12591056 or 3203135. OLE color: 3203135.

HSL color Cylindrical-coordinate representation of color #3FE030: hue angle of 114.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FE030 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 63 224 48 -
CMYK 0.72 0 0.79 0.12
HSL 114.89º 0.74% 0.53% -
HSV(B) 114.89º 0.79% 0.88% -
XYZ 29.24 54.58 11.79 -
YUV 155.8 67.16 61.81 -
System Red Green Blue C M Y K H S L
Decimal 63 224 48 0.72 0 0.79 0.12 114.89 0.74 0.53
Hex 3F E0 30 48 0 4F C 73 4A 35
Octal 77 340 60 110 0 117 14 163 112 65
Binary 111111 11100000 110000 1001000 0 1001111 1100 1110011 1001010 110101

Color Harmonies of #3FE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE030

Black with #3FE030

Text Example


Text Example

White with #3FE030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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