Html Css Color HEX #41CA02 Kelly Green

📋 copy color: '#41CA02'

red 65 ◦ green 202 ◦ blue 2

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

Shades of Kelly Green #41CA02

Tints of Kelly Green #41CA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 24.16%
G = 75.09%
B = 0.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#41CA02 (or 0x41CA02) is known color: Kelly Green. HEX triplet: 41, CA and 02. RGB value is (65,202,2). Sum of RGB (Red+Green+Blue) = 65+202+2=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 202 (79.30% from 255 or 75.09% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41CA02 is #BE35FD. Grayscale: #8A8A8A. Windows color (decimal): -12465662 or 182849. OLE color: 182849.

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

Color convert

RGB 65 202 2 -
CMYK 0.68 0 0.99 0.21
HSL 101.1º 0.98% 0.4% -
HSV(B) 101.1º 0.99% 0.79% -
XYZ 23.31 43.37 7.2 -
YUV 138.24 51.11 75.76 -
System Red Green Blue C M Y K H S L
Decimal 65 202 2 0.68 0 0.99 0.21 101.1 0.98 0.4
Hex 41 CA 2 44 0 63 15 65 62 28
Octal 101 312 2 104 0 143 25 145 142 50
Binary 1000001 11001010 10 1000100 0 1100011 10101 1100101 1100010 101000

Color Harmonies of #41CA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA02

Black with #41CA02

Text Example


Text Example

White with #41CA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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