Html Css Color HEX #41D402 Kelly Green

📋 copy color: '#41D402'

red 65 ◦ green 212 ◦ blue 2

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

Shades of Kelly Green #41D402

Tints of Kelly Green #41D402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 75.99%

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

R = 23.3%
G = 75.99%
B = 0.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#41D402 (or 0x41D402) is known color: Kelly Green. HEX triplet: 41, D4 and 02. RGB value is (65,212,2). Sum of RGB (Red+Green+Blue) = 65+212+2=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 212 (83.20% from 255 or 75.99% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 212 - color contains mainly: green. Hex color #41D402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #41D402 is #BE2BFD. Grayscale: #909090. Windows color (decimal): -12463102 or 185409. OLE color: 185409.

HSL color Cylindrical-coordinate representation of color #41D402: hue angle of 102º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41D402 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 212 2 -
CMYK 0.69 0 0.99 0.17
HSL 102º 0.98% 0.42% -
HSV(B) 102º 0.99% 0.83% -
XYZ 25.73 48.22 8.01 -
YUV 144.11 47.8 71.58 -
System Red Green Blue C M Y K H S L
Decimal 65 212 2 0.69 0 0.99 0.17 102 0.98 0.42
Hex 41 D4 2 45 0 63 11 66 62 2A
Octal 101 324 2 105 0 143 21 146 142 52
Binary 1000001 11010100 10 1000101 0 1100011 10001 1100110 1100010 101010

Color Harmonies of #41D402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D402

Black with #41D402

Text Example


Text Example

White with #41D402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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