Html Css Color HEX #41C03B Lime Green

📋 copy color: '#41C03B'

red 65 ◦ green 192 ◦ blue 59

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

Shades of Lime Green #41C03B

Tints of Lime Green #41C03B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.76%

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

R = 20.57%
G = 60.76%
B = 18.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#41C03B (or 0x41C03B) is known color: Lime Green. HEX triplet: 41, C0 and 3B. RGB value is (65,192,59). Sum of RGB (Red+Green+Blue) = 65+192+59=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #41C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C03B is #BE3FC4. Grayscale: #8B8B8B. Windows color (decimal): -12468165 or 3915841. OLE color: 3915841.

HSL color Cylindrical-coordinate representation of color #41C03B: hue angle of 117.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C03B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 59 -
CMYK 0.66 0 0.69 0.25
HSL 117.29º 0.53% 0.49% -
HSV(B) 117.29º 0.69% 0.75% -
XYZ 21.82 39.14 10.54 -
YUV 138.87 82.92 75.31 -
System Red Green Blue C M Y K H S L
Decimal 65 192 59 0.66 0 0.69 0.25 117.29 0.53 0.49
Hex 41 C0 3B 42 0 45 19 75 35 31
Octal 101 300 73 102 0 105 31 165 65 61
Binary 1000001 11000000 111011 1000010 0 1000101 11001 1110101 110101 110001

Color Harmonies of #41C03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C03B

Black with #41C03B

Text Example


Text Example

White with #41C03B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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