Html Css Color HEX #41D94B Lime Green

📋 copy color: '#41D94B'

red 65 ◦ green 217 ◦ blue 75

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

Shades of Lime Green #41D94B

Tints of Lime Green #41D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.78%

 BLUE value IS 75 (29.69% from 255) = 21.01%

R = 18.21%
G = 60.78%
B = 21.01%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#41D94B (or 0x41D94B) is known color: Lime Green. HEX triplet: 41, D9 and 4B. RGB value is (65,217,75). Sum of RGB (Red+Green+Blue) = 65+217+75=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #41D94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D94B is #BE26B4. Grayscale: #9B9B9B. Windows color (decimal): -12461749 or 4970817. OLE color: 4970817.

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

Color convert

RGB 65 217 75 -
CMYK 0.70 0 0.65 0.15
HSL 123.95º 0.67% 0.55% -
HSV(B) 123.95º 0.7% 0.85% -
XYZ 28.26 51.26 15.06 -
YUV 155.36 82.64 63.55 -
System Red Green Blue C M Y K H S L
Decimal 65 217 75 0.70 0 0.65 0.15 123.95 0.67 0.55
Hex 41 D9 4B 46 0 41 F 7C 43 37
Octal 101 331 113 106 0 101 17 174 103 67
Binary 1000001 11011001 1001011 1000110 0 1000001 1111 1111100 1000011 110111

Color Harmonies of #41D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D94B

Black with #41D94B

Text Example


Text Example

White with #41D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,217,75); }

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

background-color css

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

 a { background-color: rgb(65,217,75); }

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

border-color css

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

 span { border-color: rgb(65,217,75); }

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