Html Css Color HEX #41CF4A Lime Green

📋 copy color: '#41CF4A'

red 65 ◦ green 207 ◦ blue 74

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

Shades of Lime Green #41CF4A

Tints of Lime Green #41CF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 18.79%
G = 59.83%
B = 21.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#41CF4A (or 0x41CF4A) is known color: Lime Green. HEX triplet: 41, CF and 4A. RGB value is (65,207,74). Sum of RGB (Red+Green+Blue) = 65+207+74=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #41CF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CF4A is #BE30B5. Grayscale: #959595. Windows color (decimal): -12464310 or 4902721. OLE color: 4902721.

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

Color convert

RGB 65 207 74 -
CMYK 0.69 0 0.64 0.19
HSL 123.8º 0.6% 0.53% -
HSV(B) 123.8º 0.69% 0.81% -
XYZ 25.73 46.24 14.05 -
YUV 149.38 85.46 67.81 -
System Red Green Blue C M Y K H S L
Decimal 65 207 74 0.69 0 0.64 0.19 123.8 0.6 0.53
Hex 41 CF 4A 45 0 40 13 7C 3C 35
Octal 101 317 112 105 0 100 23 174 74 65
Binary 1000001 11001111 1001010 1000101 0 1000000 10011 1111100 111100 110101

Color Harmonies of #41CF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CF4A

Black with #41CF4A

Text Example


Text Example

White with #41CF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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