Html Css Color HEX #41D03B Lime Green

📋 copy color: '#41D03B'

red 65 ◦ green 208 ◦ blue 59

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

Shades of Lime Green #41D03B

Tints of Lime Green #41D03B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 19.58%
G = 62.65%
B = 17.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#41D03B (or 0x41D03B) is known color: Lime Green. HEX triplet: 41, D0 and 3B. RGB value is (65,208,59). Sum of RGB (Red+Green+Blue) = 65+208+59=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #41D03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D03B is #BE2FC4. Grayscale: #949494. Windows color (decimal): -12464069 or 3919937. OLE color: 3919937.

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

Color convert

RGB 65 208 59 -
CMYK 0.69 0 0.72 0.18
HSL 117.58º 0.61% 0.52% -
HSV(B) 117.58º 0.72% 0.82% -
XYZ 25.53 46.55 11.78 -
YUV 148.26 77.62 68.62 -
System Red Green Blue C M Y K H S L
Decimal 65 208 59 0.69 0 0.72 0.18 117.58 0.61 0.52
Hex 41 D0 3B 45 0 48 12 76 3D 34
Octal 101 320 73 105 0 110 22 166 75 64
Binary 1000001 11010000 111011 1000101 0 1001000 10010 1110110 111101 110100

Color Harmonies of #41D03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D03B

Black with #41D03B

Text Example


Text Example

White with #41D03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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