Html Css Color HEX #41D24C Lime Green

📋 copy color: '#41D24C'

red 65 ◦ green 210 ◦ blue 76

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

Shades of Lime Green #41D24C

Tints of Lime Green #41D24C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.83%

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 18.52%
G = 59.83%
B = 21.65%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#41D24C (or 0x41D24C) is known color: Lime Green. HEX triplet: 41, D2 and 4C. RGB value is (65,210,76). Sum of RGB (Red+Green+Blue) = 65+210+76=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #41D24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D24C is #BE2DB3. Grayscale: #979797. Windows color (decimal): -12463540 or 5034561. OLE color: 5034561.

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

Color convert

RGB 65 210 76 -
CMYK 0.69 0 0.64 0.18
HSL 124.55º 0.62% 0.54% -
HSV(B) 124.55º 0.69% 0.82% -
XYZ 26.53 47.74 14.65 -
YUV 151.37 85.46 66.4 -
System Red Green Blue C M Y K H S L
Decimal 65 210 76 0.69 0 0.64 0.18 124.55 0.62 0.54
Hex 41 D2 4C 45 0 40 12 7D 3E 36
Octal 101 322 114 105 0 100 22 175 76 66
Binary 1000001 11010010 1001100 1000101 0 1000000 10010 1111101 111110 110110

Color Harmonies of #41D24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D24C

Black with #41D24C

Text Example


Text Example

White with #41D24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,210,76); }

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

background-color css

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

 a { background-color: rgb(65,210,76); }

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

border-color css

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

 span { border-color: rgb(65,210,76); }

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