Html Css Color HEX #3FD630 Lime Green

📋 copy color: '#3FD630'

red 63 ◦ green 214 ◦ blue 48

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

Shades of Lime Green #3FD630

Tints of Lime Green #3FD630

RGB

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

 GREEN value IS 214 (83.98% from 255) = 65.85%

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

R = 19.38%
G = 65.85%
B = 14.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#3FD630 (or 0x3FD630) is known color: Lime Green. HEX triplet: 3F, D6 and 30. RGB value is (63,214,48). Sum of RGB (Red+Green+Blue) = 63+214+48=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD630 is #C029CF. Grayscale: #969696. Windows color (decimal): -12593616 or 3200575. OLE color: 3200575.

HSL color Cylindrical-coordinate representation of color #3FD630: hue angle of 114.58º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FD630 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 214 48 -
CMYK 0.71 0 0.78 0.16
HSL 114.58º 0.67% 0.51% -
HSV(B) 114.58º 0.78% 0.84% -
XYZ 26.63 49.36 10.92 -
YUV 149.93 70.47 66 -
System Red Green Blue C M Y K H S L
Decimal 63 214 48 0.71 0 0.78 0.16 114.58 0.67 0.51
Hex 3F D6 30 47 0 4E 10 73 43 33
Octal 77 326 60 107 0 116 20 163 103 63
Binary 111111 11010110 110000 1000111 0 1001110 10000 1110011 1000011 110011

Color Harmonies of #3FD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD630

Black with #3FD630

Text Example


Text Example

White with #3FD630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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