Html Css Color HEX #41CA18 Kelly Green

📋 copy color: '#41CA18'

red 65 ◦ green 202 ◦ blue 24

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

Shades of Kelly Green #41CA18

Tints of Kelly Green #41CA18

RGB

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

 GREEN value IS 202 (79.3% from 255) = 69.42%

 BLUE value IS 24 (9.77% from 255) = 8.25%

R = 22.34%
G = 69.42%
B = 8.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#41CA18 (or 0x41CA18) is known color: Kelly Green. HEX triplet: 41, CA and 18. RGB value is (65,202,24). Sum of RGB (Red+Green+Blue) = 65+202+24=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 202 (79.30% from 255 or 69.42% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CA18 is #BE35E7. Grayscale: #8D8D8D. Windows color (decimal): -12465640 or 1624641. OLE color: 1624641.

HSL color Cylindrical-coordinate representation of color #41CA18: hue angle of 106.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41CA18 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 202 24 -
CMYK 0.68 0 0.88 0.21
HSL 106.18º 0.79% 0.44% -
HSV(B) 106.18º 0.88% 0.79% -
XYZ 23.47 43.43 8.01 -
YUV 140.75 62.11 73.97 -
System Red Green Blue C M Y K H S L
Decimal 65 202 24 0.68 0 0.88 0.21 106.18 0.79 0.44
Hex 41 CA 18 44 0 58 15 6A 4F 2C
Octal 101 312 30 104 0 130 25 152 117 54
Binary 1000001 11001010 11000 1000100 0 1011000 10101 1101010 1001111 101100

Color Harmonies of #41CA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA18

Black with #41CA18

Text Example


Text Example

White with #41CA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,202,24); }

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

background-color css

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

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

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

border-color css

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

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

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