Html Css Color HEX #3FE330 Lime Green

📋 copy color: '#3FE330'

red 63 ◦ green 227 ◦ blue 48

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

Shades of Lime Green #3FE330

Tints of Lime Green #3FE330

RGB

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

 GREEN value IS 227 (89.06% from 255) = 67.16%

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

R = 18.64%
G = 67.16%
B = 14.2%

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

#3FE330 (or 0x3FE330) is known color: Lime Green. HEX triplet: 3F, E3 and 30. RGB value is (63,227,48). Sum of RGB (Red+Green+Blue) = 63+227+48=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 227 (89.06% from 255 or 67.16% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE330 is #C01CCF. Grayscale: #9E9E9E. Windows color (decimal): -12590288 or 3203903. OLE color: 3203903.

HSL color Cylindrical-coordinate representation of color #3FE330: hue angle of 114.97º degrees, saturation: 0.76, 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 #3FE330 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 227 48 -
CMYK 0.72 0 0.79 0.11
HSL 114.97º 0.76% 0.54% -
HSV(B) 114.97º 0.79% 0.89% -
XYZ 30.05 56.21 12.06 -
YUV 157.56 66.17 60.55 -
System Red Green Blue C M Y K H S L
Decimal 63 227 48 0.72 0 0.79 0.11 114.97 0.76 0.54
Hex 3F E3 30 48 0 4F B 73 4C 36
Octal 77 343 60 110 0 117 13 163 114 66
Binary 111111 11100011 110000 1001000 0 1001111 1011 1110011 1001100 110110

Color Harmonies of #3FE330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE330

Black with #3FE330

Text Example


Text Example

White with #3FE330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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