Html Css Color HEX #41C300 Kelly Green

📋 copy color: '#41C300'

red 65 ◦ green 195 ◦ blue 0

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

Shades of Kelly Green #41C300

Tints of Kelly Green #41C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

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

R = 25%
G = 75%
B = 0%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#41C300 (or 0x41C300) is known color: Kelly Green. HEX triplet: 41, C3 and 00. RGB value is (65,195,0). Sum of RGB (Red+Green+Blue) = 65+195+0=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #41C300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41C300 is #BE3CFF. Grayscale: #868686. Windows color (decimal): -12467456 or 49985. OLE color: 49985.

HSL color Cylindrical-coordinate representation of color #41C300: hue angle of 100º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41C300 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 0 -
CMYK 0.67 0 1 0.24
HSL 100º 1% 0.38% -
HSV(B) 100º 1% 0.76% -
XYZ 21.7 40.15 6.61 -
YUV 133.9 52.43 78.86 -
System Red Green Blue C M Y K H S L
Decimal 65 195 0 0.67 0 1 0.24 100 1 0.38
Hex 41 C3 0 43 0 64 18 64 64 26
Octal 101 303 0 103 0 144 30 144 144 46
Binary 1000001 11000011 0 1000011 0 1100100 11000 1100100 1100100 100110

Color Harmonies of #41C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C300

Black with #41C300

Text Example


Text Example

White with #41C300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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