Html Css Color HEX #41DA2E Lime Green

📋 copy color: '#41DA2E'

red 65 ◦ green 218 ◦ blue 46

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

Shades of Lime Green #41DA2E

Tints of Lime Green #41DA2E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.26%

 BLUE value IS 46 (18.36% from 255) = 13.98%

R = 19.76%
G = 66.26%
B = 13.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#41DA2E (or 0x41DA2E) is known color: Lime Green. HEX triplet: 41, DA and 2E. RGB value is (65,218,46). Sum of RGB (Red+Green+Blue) = 65+218+46=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 218 (85.55% from 255 or 66.26% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 218 - color contains mainly: green. Hex color #41DA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DA2E is #BE25D1. Grayscale: #999999. Windows color (decimal): -12461522 or 3070529. OLE color: 3070529.

HSL color Cylindrical-coordinate representation of color #41DA2E: hue angle of 113.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41DA2E is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 218 46 -
CMYK 0.70 0 0.79 0.15
HSL 113.37º 0.7% 0.52% -
HSV(B) 113.37º 0.79% 0.85% -
XYZ 27.74 51.46 11.06 -
YUV 152.65 67.81 65.49 -
System Red Green Blue C M Y K H S L
Decimal 65 218 46 0.70 0 0.79 0.15 113.37 0.7 0.52
Hex 41 DA 2E 46 0 4F F 71 46 34
Octal 101 332 56 106 0 117 17 161 106 64
Binary 1000001 11011010 101110 1000110 0 1001111 1111 1110001 1000110 110100

Color Harmonies of #41DA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DA2E

Black with #41DA2E

Text Example


Text Example

White with #41DA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,218,46); }

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

background-color css

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

 a { background-color: rgb(65,218,46); }

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

border-color css

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

 span { border-color: rgb(65,218,46); }

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