Html Css Color HEX #41CF3F Lime Green

📋 copy color: '#41CF3F'

red 65 ◦ green 207 ◦ blue 63

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

Shades of Lime Green #41CF3F

Tints of Lime Green #41CF3F

RGB

 RED value IS 65 (25.78% from 255) = 19.4%

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 19.4%
G = 61.79%
B = 18.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#41CF3F (or 0x41CF3F) is known color: Lime Green. HEX triplet: 41, CF and 3F. RGB value is (65,207,63). Sum of RGB (Red+Green+Blue) = 65+207+63=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF3F is #BE30C0. Grayscale: #949494. Windows color (decimal): -12464321 or 4181825. OLE color: 4181825.

HSL color Cylindrical-coordinate representation of color #41CF3F: hue angle of 119.17º 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 #41CF3F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 207 63 -
CMYK 0.69 0 0.70 0.19
HSL 119.17º 0.6% 0.53% -
HSV(B) 119.17º 0.7% 0.81% -
XYZ 25.39 46.11 12.26 -
YUV 148.13 79.96 68.71 -
System Red Green Blue C M Y K H S L
Decimal 65 207 63 0.69 0 0.70 0.19 119.17 0.6 0.53
Hex 41 CF 3F 45 0 46 13 77 3C 35
Octal 101 317 77 105 0 106 23 167 74 65
Binary 1000001 11001111 111111 1000101 0 1000110 10011 1110111 111100 110101

Color Harmonies of #41CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF3F

Black with #41CF3F

Text Example


Text Example

White with #41CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41CF3F; }

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

 H1.HeaderClassName
 {
   color: #41CF3F;
 }
 .AnyTagClassName
 {
   color: #41CF3F;
 }
</style>

background-color css

<style>
 a { background-color: #41CF3F; }

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

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

border-color css

<style>
 span { border-color: #41CF3F; }

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

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