Html Css Color HEX #41CF41 Lime Green

📋 copy color: '#41CF41'

red 65 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #41CF41

Tints of Lime Green #41CF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.29%

R = 19.29%
G = 61.42%
B = 19.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#41CF41 (or 0x41CF41) is known color: Lime Green. HEX triplet: 41, CF and 41. RGB value is (65,207,65). Sum of RGB (Red+Green+Blue) = 65+207+65=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF41 is #BE30BE. Grayscale: #949494. Windows color (decimal): -12464319 or 4312897. OLE color: 4312897.

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

Color convert

RGB 65 207 65 -
CMYK 0.69 0 0.69 0.19
HSL 120º 0.6% 0.53% -
HSV(B) 120º 0.69% 0.81% -
XYZ 25.45 46.13 12.56 -
YUV 148.35 80.96 68.55 -
System Red Green Blue C M Y K H S L
Decimal 65 207 65 0.69 0 0.69 0.19 120 0.6 0.53
Hex 41 CF 41 45 0 45 13 78 3C 35
Octal 101 317 101 105 0 105 23 170 74 65
Binary 1000001 11001111 1000001 1000101 0 1000101 10011 1111000 111100 110101

Color Harmonies of #41CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF41

Black with #41CF41

Text Example


Text Example

White with #41CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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