Html Css Color HEX #41D02C Lime Green

📋 copy color: '#41D02C'

red 65 ◦ green 208 ◦ blue 44

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

Shades of Lime Green #41D02C

Tints of Lime Green #41D02C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.62%

 BLUE value IS 44 (17.58% from 255) = 13.88%

R = 20.5%
G = 65.62%
B = 13.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#41D02C (or 0x41D02C) is known color: Lime Green. HEX triplet: 41, D0 and 2C. RGB value is (65,208,44). Sum of RGB (Red+Green+Blue) = 65+208+44=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #41D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D02C is #BE2FD3. Grayscale: #939393. Windows color (decimal): -12464084 or 2936897. OLE color: 2936897.

HSL color Cylindrical-coordinate representation of color #41D02C: hue angle of 112.32º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41D02C is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 44 -
CMYK 0.69 0 0.79 0.18
HSL 112.32º 0.65% 0.49% -
HSV(B) 112.32º 0.79% 0.82% -
XYZ 25.19 46.42 10.01 -
YUV 146.55 70.12 69.84 -
System Red Green Blue C M Y K H S L
Decimal 65 208 44 0.69 0 0.79 0.18 112.32 0.65 0.49
Hex 41 D0 2C 45 0 4F 12 70 41 31
Octal 101 320 54 105 0 117 22 160 101 61
Binary 1000001 11010000 101100 1000101 0 1001111 10010 1110000 1000001 110001

Color Harmonies of #41D02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D02C

Black with #41D02C

Text Example


Text Example

White with #41D02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,44); }

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

background-color css

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

 a { background-color: rgb(65,208,44); }

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

border-color css

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

 span { border-color: rgb(65,208,44); }

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