Html Css Color HEX #3FE630 Lime Green

📋 copy color: '#3FE630'

red 63 ◦ green 230 ◦ blue 48

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

Shades of Lime Green #3FE630

Tints of Lime Green #3FE630

RGB

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

 GREEN value IS 230 (90.23% from 255) = 67.45%

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

R = 18.48%
G = 67.45%
B = 14.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#3FE630 (or 0x3FE630) is known color: Lime Green. HEX triplet: 3F, E6 and 30. RGB value is (63,230,48). Sum of RGB (Red+Green+Blue) = 63+230+48=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 230 (90.23% from 255 or 67.45% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE630 is #C019CF. Grayscale: #9F9F9F. Windows color (decimal): -12589520 or 3204671. OLE color: 3204671.

HSL color Cylindrical-coordinate representation of color #3FE630: hue angle of 115.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FE630 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 230 48 -
CMYK 0.73 0 0.79 0.10
HSL 115.05º 0.78% 0.55% -
HSV(B) 115.05º 0.79% 0.9% -
XYZ 30.88 57.86 12.34 -
YUV 159.32 65.17 59.3 -
System Red Green Blue C M Y K H S L
Decimal 63 230 48 0.73 0 0.79 0.10 115.05 0.78 0.55
Hex 3F E6 30 49 0 4F A 73 4E 37
Octal 77 346 60 111 0 117 12 163 116 67
Binary 111111 11100110 110000 1001001 0 1001111 1010 1110011 1001110 110111

Color Harmonies of #3FE630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE630

Black with #3FE630

Text Example


Text Example

White with #3FE630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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