Html Css Color HEX #41CA00 Kelly Green

📋 copy color: '#41CA00'

red 65 ◦ green 202 ◦ blue 0

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

Shades of Kelly Green #41CA00

Tints of Kelly Green #41CA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 24.34%
G = 75.66%
B = 0%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#41CA00 (or 0x41CA00) is known color: Kelly Green. HEX triplet: 41, CA and 00. RGB value is (65,202,0). Sum of RGB (Red+Green+Blue) = 65+202+0=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 202 (79.30% from 255 or 75.66% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CA00 is #BE35FF. Grayscale: #8A8A8A. Windows color (decimal): -12465664 or 51777. OLE color: 51777.

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

Color convert

RGB 65 202 0 -
CMYK 0.68 0 1 0.21
HSL 100.69º 1% 0.4% -
HSV(B) 100.69º 1% 0.79% -
XYZ 23.3 43.36 7.14 -
YUV 138.01 50.11 75.93 -
System Red Green Blue C M Y K H S L
Decimal 65 202 0 0.68 0 1 0.21 100.69 1 0.4
Hex 41 CA 0 44 0 64 15 65 64 28
Octal 101 312 0 104 0 144 25 145 144 50
Binary 1000001 11001010 0 1000100 0 1100100 10101 1100101 1100100 101000

Color Harmonies of #41CA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA00

Black with #41CA00

Text Example


Text Example

White with #41CA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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