Html Css Color HEX #3FEC30 Lime Green

📋 copy color: '#3FEC30'

red 63 ◦ green 236 ◦ blue 48

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

Shades of Lime Green #3FEC30

Tints of Lime Green #3FEC30

RGB

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

 GREEN value IS 236 (92.58% from 255) = 68.01%

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

R = 18.16%
G = 68.01%
B = 13.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#3FEC30 (or 0x3FEC30) is known color: Lime Green. HEX triplet: 3F, EC and 30. RGB value is (63,236,48). Sum of RGB (Red+Green+Blue) = 63+236+48=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC30 is #C013CF. Grayscale: #A3A3A3. Windows color (decimal): -12587984 or 3206207. OLE color: 3206207.

HSL color Cylindrical-coordinate representation of color #3FEC30: hue angle of 115.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FEC30 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 236 48 -
CMYK 0.73 0 0.80 0.07
HSL 115.21º 0.83% 0.56% -
HSV(B) 115.21º 0.8% 0.93% -
XYZ 32.58 61.26 12.9 -
YUV 162.84 63.19 56.79 -
System Red Green Blue C M Y K H S L
Decimal 63 236 48 0.73 0 0.80 0.07 115.21 0.83 0.56
Hex 3F EC 30 49 0 50 7 73 53 38
Octal 77 354 60 111 0 120 7 163 123 70
Binary 111111 11101100 110000 1001001 0 1010000 111 1110011 1010011 111000

Color Harmonies of #3FEC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEC30

Black with #3FEC30

Text Example


Text Example

White with #3FEC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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