Html Css Color HEX #3FE021 Lime Green

📋 copy color: '#3FE021'

red 63 ◦ green 224 ◦ blue 33

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

Shades of Lime Green #3FE021

Tints of Lime Green #3FE021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.31%

R = 19.69%
G = 70%
B = 10.31%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#3FE021 (or 0x3FE021) is known color: Lime Green. HEX triplet: 3F, E0 and 21. RGB value is (63,224,33). Sum of RGB (Red+Green+Blue) = 63+224+33=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 224 (87.89% from 255 or 70% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE021 is #C01FDE. Grayscale: #9A9A9A. Windows color (decimal): -12591071 or 2220095. OLE color: 2220095.

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

Color convert

RGB 63 224 33 -
CMYK 0.72 0 0.85 0.12
HSL 110.58º 0.75% 0.5% -
HSV(B) 110.58º 0.85% 0.88% -
XYZ 28.98 54.48 10.43 -
YUV 154.09 59.66 63.03 -
System Red Green Blue C M Y K H S L
Decimal 63 224 33 0.72 0 0.85 0.12 110.58 0.75 0.5
Hex 3F E0 21 48 0 55 C 6F 4B 32
Octal 77 340 41 110 0 125 14 157 113 62
Binary 111111 11100000 100001 1001000 0 1010101 1100 1101111 1001011 110010

Color Harmonies of #3FE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE021

Black with #3FE021

Text Example


Text Example

White with #3FE021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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