Html Css Color HEX #3FCF44 Lime Green

📋 copy color: '#3FCF44'

red 63 ◦ green 207 ◦ blue 68

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

Shades of Lime Green #3FCF44

Tints of Lime Green #3FCF44

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.24%

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 18.64%
G = 61.24%
B = 20.12%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#3FCF44 (or 0x3FCF44) is known color: Lime Green. HEX triplet: 3F, CF and 44. RGB value is (63,207,68). Sum of RGB (Red+Green+Blue) = 63+207+68=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF44 is #C030BB. Grayscale: #949494. Windows color (decimal): -12595388 or 4509503. OLE color: 4509503.

HSL color Cylindrical-coordinate representation of color #3FCF44: hue angle of 122.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF44 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 63 207 68 -
CMYK 0.70 0 0.67 0.19
HSL 122.08º 0.6% 0.53% -
HSV(B) 122.08º 0.7% 0.81% -
XYZ 25.41 46.1 13.03 -
YUV 148.1 82.79 67.3 -
System Red Green Blue C M Y K H S L
Decimal 63 207 68 0.70 0 0.67 0.19 122.08 0.6 0.53
Hex 3F CF 44 46 0 43 13 7A 3C 35
Octal 77 317 104 106 0 103 23 172 74 65
Binary 111111 11001111 1000100 1000110 0 1000011 10011 1111010 111100 110101

Color Harmonies of #3FCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCF44

Black with #3FCF44

Text Example


Text Example

White with #3FCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,207,68); }

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

background-color css

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

 a { background-color: rgb(63,207,68); }

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

border-color css

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

 span { border-color: rgb(63,207,68); }

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