Html Css Color HEX #3FF22F Lime Green

📋 copy color: '#3FF22F'

red 63 ◦ green 242 ◦ blue 47

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

Shades of Lime Green #3FF22F

Tints of Lime Green #3FF22F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.75%

 BLUE value IS 47 (18.75% from 255) = 13.35%

R = 17.9%
G = 68.75%
B = 13.35%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#3FF22F (or 0x3FF22F) is known color: Lime Green. HEX triplet: 3F, F2 and 2F. RGB value is (63,242,47). Sum of RGB (Red+Green+Blue) = 63+242+47=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF22F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF22F is #C00DD0. Grayscale: #A6A6A6. Windows color (decimal): -12586449 or 3142207. OLE color: 3142207.

HSL color Cylindrical-coordinate representation of color #3FF22F: hue angle of 115.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FF22F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 47 -
CMYK 0.74 0 0.81 0.05
HSL 115.08º 0.88% 0.57% -
HSV(B) 115.08º 0.81% 0.95% -
XYZ 34.32 64.77 13.38 -
YUV 166.25 60.7 54.36 -
System Red Green Blue C M Y K H S L
Decimal 63 242 47 0.74 0 0.81 0.05 115.08 0.88 0.57
Hex 3F F2 2F 4A 0 51 5 73 58 39
Octal 77 362 57 112 0 121 5 163 130 71
Binary 111111 11110010 101111 1001010 0 1010001 101 1110011 1011000 111001

Color Harmonies of #3FF22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF22F

Black with #3FF22F

Text Example


Text Example

White with #3FF22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,242,47); }

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

background-color css

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

 a { background-color: rgb(63,242,47); }

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

border-color css

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

 span { border-color: rgb(63,242,47); }

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