Html Css Color HEX #3FC945 Lime Green

📋 copy color: '#3FC945'

red 63 ◦ green 201 ◦ blue 69

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

Shades of Lime Green #3FC945

Tints of Lime Green #3FC945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.36%

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

R = 18.92%
G = 60.36%
B = 20.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#3FC945 (or 0x3FC945) is known color: Lime Green. HEX triplet: 3F, C9 and 45. RGB value is (63,201,69). Sum of RGB (Red+Green+Blue) = 63+201+69=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 201 (78.91% from 255 or 60.36% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC945 is #C036BA. Grayscale: #919191. Windows color (decimal): -12596923 or 4573503. OLE color: 4573503.

HSL color Cylindrical-coordinate representation of color #3FC945: hue angle of 122.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC945 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 201 69 -
CMYK 0.69 0 0.66 0.21
HSL 122.61º 0.56% 0.52% -
HSV(B) 122.61º 0.69% 0.79% -
XYZ 24.01 43.26 12.71 -
YUV 144.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 63 201 69 0.69 0 0.66 0.21 122.61 0.56 0.52
Hex 3F C9 45 45 0 42 15 7B 38 34
Octal 77 311 105 105 0 102 25 173 70 64
Binary 111111 11001001 1000101 1000101 0 1000010 10101 1111011 111000 110100

Color Harmonies of #3FC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FC945

Black with #3FC945

Text Example


Text Example

White with #3FC945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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