Html Css Color HEX #41C23B Lime Green

📋 copy color: '#41C23B'

red 65 ◦ green 194 ◦ blue 59

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

Shades of Lime Green #41C23B

Tints of Lime Green #41C23B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.01%

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

R = 20.44%
G = 61.01%
B = 18.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#41C23B (or 0x41C23B) is known color: Lime Green. HEX triplet: 41, C2 and 3B. RGB value is (65,194,59). Sum of RGB (Red+Green+Blue) = 65+194+59=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #41C23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C23B is #BE3DC4. Grayscale: #8C8C8C. Windows color (decimal): -12467653 or 3916353. OLE color: 3916353.

HSL color Cylindrical-coordinate representation of color #41C23B: hue angle of 117.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41C23B is Cyan = 0.66, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 194 59 -
CMYK 0.66 0 0.70 0.24
HSL 117.33º 0.53% 0.5% -
HSV(B) 117.33º 0.7% 0.76% -
XYZ 22.26 40.02 10.69 -
YUV 140.04 82.26 74.48 -
System Red Green Blue C M Y K H S L
Decimal 65 194 59 0.66 0 0.70 0.24 117.33 0.53 0.5
Hex 41 C2 3B 42 0 46 18 75 35 32
Octal 101 302 73 102 0 106 30 165 65 62
Binary 1000001 11000010 111011 1000010 0 1000110 11000 1110101 110101 110010

Color Harmonies of #41C23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C23B

Black with #41C23B

Text Example


Text Example

White with #41C23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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