Html Css Color HEX #3FE430 Lime Green

📋 copy color: '#3FE430'

red 63 ◦ green 228 ◦ blue 48

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

Shades of Lime Green #3FE430

Tints of Lime Green #3FE430

RGB

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

 GREEN value IS 228 (89.45% from 255) = 67.26%

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

R = 18.58%
G = 67.26%
B = 14.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#3FE430 (or 0x3FE430) is known color: Lime Green. HEX triplet: 3F, E4 and 30. RGB value is (63,228,48). Sum of RGB (Red+Green+Blue) = 63+228+48=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE430 is #C01BCF. Grayscale: #9E9E9E. Windows color (decimal): -12590032 or 3204159. OLE color: 3204159.

HSL color Cylindrical-coordinate representation of color #3FE430: hue angle of 115º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FE430 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 228 48 -
CMYK 0.72 0 0.79 0.11
HSL 115º 0.77% 0.54% -
HSV(B) 115º 0.79% 0.89% -
XYZ 30.33 56.76 12.15 -
YUV 158.15 65.84 60.14 -
System Red Green Blue C M Y K H S L
Decimal 63 228 48 0.72 0 0.79 0.11 115 0.77 0.54
Hex 3F E4 30 48 0 4F B 73 4D 36
Octal 77 344 60 110 0 117 13 163 115 66
Binary 111111 11100100 110000 1001000 0 1001111 1011 1110011 1001101 110110

Color Harmonies of #3FE430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE430

Black with #3FE430

Text Example


Text Example

White with #3FE430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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