Html Css Color HEX #41B300 Kelly Green

📋 copy color: '#41B300'

red 65 ◦ green 179 ◦ blue 0

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

Shades of Kelly Green #41B300

Tints of Kelly Green #41B300

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.36%

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

R = 26.64%
G = 73.36%
B = 0%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#41B300 (or 0x41B300) is known color: Kelly Green. HEX triplet: 41, B3 and 00. RGB value is (65,179,0). Sum of RGB (Red+Green+Blue) = 65+179+0=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #41B300 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41B300 is #BE4CFF. Grayscale: #7D7D7D. Windows color (decimal): -12471552 or 45889. OLE color: 45889.

HSL color Cylindrical-coordinate representation of color #41B300: hue angle of 98.21º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41B300 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 179 0 -
CMYK 0.64 0 1 0.30
HSL 98.21º 1% 0.35% -
HSV(B) 98.21º 1% 0.7% -
XYZ 18.3 33.36 5.48 -
YUV 124.51 57.73 85.55 -
System Red Green Blue C M Y K H S L
Decimal 65 179 0 0.64 0 1 0.30 98.21 1 0.35
Hex 41 B3 0 40 0 64 1E 62 64 23
Octal 101 263 0 100 0 144 36 142 144 43
Binary 1000001 10110011 0 1000000 0 1100100 11110 1100010 1100100 100011

Color Harmonies of #41B300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B300

Black with #41B300

Text Example


Text Example

White with #41B300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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