Html Css Color HEX #41DB4B Lime Green

📋 copy color: '#41DB4B'

red 65 ◦ green 219 ◦ blue 75

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

Shades of Lime Green #41DB4B

Tints of Lime Green #41DB4B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 61%

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

R = 18.11%
G = 61%
B = 20.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#41DB4B (or 0x41DB4B) is known color: Lime Green. HEX triplet: 41, DB and 4B. RGB value is (65,219,75). Sum of RGB (Red+Green+Blue) = 65+219+75=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #41DB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DB4B is #BE24B4. Grayscale: #9C9C9C. Windows color (decimal): -12461237 or 4971329. OLE color: 4971329.

HSL color Cylindrical-coordinate representation of color #41DB4B: hue angle of 123.9º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DB4B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 219 75 -
CMYK 0.70 0 0.66 0.14
HSL 123.9º 0.68% 0.56% -
HSV(B) 123.9º 0.7% 0.86% -
XYZ 28.78 52.29 15.23 -
YUV 156.54 81.98 62.71 -
System Red Green Blue C M Y K H S L
Decimal 65 219 75 0.70 0 0.66 0.14 123.9 0.68 0.56
Hex 41 DB 4B 46 0 42 E 7C 44 38
Octal 101 333 113 106 0 102 16 174 104 70
Binary 1000001 11011011 1001011 1000110 0 1000010 1110 1111100 1000100 111000

Color Harmonies of #41DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DB4B

Black with #41DB4B

Text Example


Text Example

White with #41DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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