Html Css Color HEX #3FD022 Lime Green

📋 copy color: '#3FD022'

red 63 ◦ green 208 ◦ blue 34

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

Shades of Lime Green #3FD022

Tints of Lime Green #3FD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.2%

 BLUE value IS 34 (13.67% from 255) = 11.15%

R = 20.66%
G = 68.2%
B = 11.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#3FD022 (or 0x3FD022) is known color: Lime Green. HEX triplet: 3F, D0 and 22. RGB value is (63,208,34). Sum of RGB (Red+Green+Blue) = 63+208+34=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD022 is #C02FDD. Grayscale: #919191. Windows color (decimal): -12595166 or 2281535. OLE color: 2281535.

HSL color Cylindrical-coordinate representation of color #3FD022: hue angle of 110º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FD022 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 208 34 -
CMYK 0.70 0 0.84 0.18
HSL 110º 0.72% 0.47% -
HSV(B) 110º 0.84% 0.82% -
XYZ 24.89 46.28 9.14 -
YUV 144.81 65.46 69.65 -
System Red Green Blue C M Y K H S L
Decimal 63 208 34 0.70 0 0.84 0.18 110 0.72 0.47
Hex 3F D0 22 46 0 54 12 6E 48 2F
Octal 77 320 42 106 0 124 22 156 110 57
Binary 111111 11010000 100010 1000110 0 1010100 10010 1101110 1001000 101111

Color Harmonies of #3FD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD022

Black with #3FD022

Text Example


Text Example

White with #3FD022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,208,34); }

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

background-color css

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

 a { background-color: rgb(63,208,34); }

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

border-color css

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

 span { border-color: rgb(63,208,34); }

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