Html Css Color HEX #3FF645 Lime Green

📋 copy color: '#3FF645'

red 63 ◦ green 246 ◦ blue 69

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

Shades of Lime Green #3FF645

Tints of Lime Green #3FF645

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.08%

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

R = 16.67%
G = 65.08%
B = 18.25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#3FF645 (or 0x3FF645) is known color: Lime Green. HEX triplet: 3F, F6 and 45. RGB value is (63,246,69). Sum of RGB (Red+Green+Blue) = 63+246+69=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF645 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF645 is #C009BA. Grayscale: #ABABAB. Windows color (decimal): -12585403 or 4585023. OLE color: 4585023.

HSL color Cylindrical-coordinate representation of color #3FF645: hue angle of 121.97º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF645 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 246 69 -
CMYK 0.74 0 0.72 0.04
HSL 121.97º 0.91% 0.61% -
HSV(B) 121.97º 0.74% 0.96% -
XYZ 36.08 67.4 16.74 -
YUV 171.11 70.37 50.89 -
System Red Green Blue C M Y K H S L
Decimal 63 246 69 0.74 0 0.72 0.04 121.97 0.91 0.61
Hex 3F F6 45 4A 0 48 4 7A 5B 3D
Octal 77 366 105 112 0 110 4 172 133 75
Binary 111111 11110110 1000101 1001010 0 1001000 100 1111010 1011011 111101

Color Harmonies of #3FF645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF645

Black with #3FF645

Text Example


Text Example

White with #3FF645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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