Html Css Color HEX #41BA38 Lime Green

📋 copy color: '#41BA38'

red 65 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #41BA38

Tints of Lime Green #41BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.59%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 21.17%
G = 60.59%
B = 18.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#41BA38 (or 0x41BA38) is known color: Lime Green. HEX triplet: 41, BA and 38. RGB value is (65,186,56). Sum of RGB (Red+Green+Blue) = 65+186+56=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA38 is #BE45C7. Grayscale: #878787. Windows color (decimal): -12469704 or 3717697. OLE color: 3717697.

HSL color Cylindrical-coordinate representation of color #41BA38: hue angle of 115.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41BA38 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 56 -
CMYK 0.65 0 0.70 0.27
HSL 115.85º 0.54% 0.47% -
HSV(B) 115.85º 0.7% 0.73% -
XYZ 20.45 36.53 9.71 -
YUV 135 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 65 186 56 0.65 0 0.70 0.27 115.85 0.54 0.47
Hex 41 BA 38 41 0 46 1B 74 36 2F
Octal 101 272 70 101 0 106 33 164 66 57
Binary 1000001 10111010 111000 1000001 0 1000110 11011 1110100 110110 101111

Color Harmonies of #41BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA38

Black with #41BA38

Text Example


Text Example

White with #41BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,56); }

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

background-color css

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

 a { background-color: rgb(65,186,56); }

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

border-color css

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

 span { border-color: rgb(65,186,56); }

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