Html Css Color HEX #3FEE45 Lime Green

📋 copy color: '#3FEE45'

red 63 ◦ green 238 ◦ blue 69

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

Shades of Lime Green #3FEE45

Tints of Lime Green #3FEE45

RGB

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

 GREEN value IS 238 (93.36% from 255) = 64.32%

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 17.03%
G = 64.32%
B = 18.65%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#3FEE45 (or 0x3FEE45) is known color: Lime Green. HEX triplet: 3F, EE and 45. RGB value is (63,238,69). Sum of RGB (Red+Green+Blue) = 63+238+69=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 238 (93.36% from 255 or 64.32% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE45 is #C011BA. Grayscale: #A6A6A6. Windows color (decimal): -12587451 or 4582975. OLE color: 4582975.

HSL color Cylindrical-coordinate representation of color #3FEE45: hue angle of 122.06º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEE45 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 63 238 69 -
CMYK 0.74 0 0.71 0.07
HSL 122.06º 0.84% 0.59% -
HSV(B) 122.06º 0.74% 0.93% -
XYZ 33.7 62.64 15.94 -
YUV 166.41 73.02 54.24 -
System Red Green Blue C M Y K H S L
Decimal 63 238 69 0.74 0 0.71 0.07 122.06 0.84 0.59
Hex 3F EE 45 4A 0 47 7 7A 54 3B
Octal 77 356 105 112 0 107 7 172 124 73
Binary 111111 11101110 1000101 1001010 0 1000111 111 1111010 1010100 111011

Color Harmonies of #3FEE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEE45

Black with #3FEE45

Text Example


Text Example

White with #3FEE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,238,69); }

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

background-color css

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

 a { background-color: rgb(63,238,69); }

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

border-color css

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

 span { border-color: rgb(63,238,69); }

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