Html Css Color HEX #41D33C Lime Green

📋 copy color: '#41D33C'

red 65 ◦ green 211 ◦ blue 60

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

Shades of Lime Green #41D33C

Tints of Lime Green #41D33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.8%

 BLUE value IS 60 (23.83% from 255) = 17.86%

R = 19.35%
G = 62.8%
B = 17.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#41D33C (or 0x41D33C) is known color: Lime Green. HEX triplet: 41, D3 and 3C. RGB value is (65,211,60). Sum of RGB (Red+Green+Blue) = 65+211+60=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 211 (82.81% from 255 or 62.80% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 211 - color contains mainly: green. Hex color #41D33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D33C is #BE2CC3. Grayscale: #969696. Windows color (decimal): -12463300 or 3986241. OLE color: 3986241.

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

Color convert

RGB 65 211 60 -
CMYK 0.69 0 0.72 0.17
HSL 118.01º 0.63% 0.53% -
HSV(B) 118.01º 0.72% 0.83% -
XYZ 26.29 48.04 12.16 -
YUV 150.13 77.13 67.28 -
System Red Green Blue C M Y K H S L
Decimal 65 211 60 0.69 0 0.72 0.17 118.01 0.63 0.53
Hex 41 D3 3C 45 0 48 11 76 3F 35
Octal 101 323 74 105 0 110 21 166 77 65
Binary 1000001 11010011 111100 1000101 0 1001000 10001 1110110 111111 110101

Color Harmonies of #41D33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D33C

Black with #41D33C

Text Example


Text Example

White with #41D33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,211,60); }

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

background-color css

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

 a { background-color: rgb(65,211,60); }

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

border-color css

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

 span { border-color: rgb(65,211,60); }

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