Html Css Color HEX #41BA30 Lime Green

📋 copy color: '#41BA30'

red 65 ◦ green 186 ◦ blue 48

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

Shades of Lime Green #41BA30

Tints of Lime Green #41BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 21.74%
G = 62.21%
B = 16.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#41BA30 (or 0x41BA30) is known color: Lime Green. HEX triplet: 41, BA and 30. RGB value is (65,186,48). Sum of RGB (Red+Green+Blue) = 65+186+48=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA30 is #BE45CF. Grayscale: #868686. Windows color (decimal): -12469712 or 3193409. OLE color: 3193409.

HSL color Cylindrical-coordinate representation of color #41BA30: hue angle of 112.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41BA30 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 48 -
CMYK 0.65 0 0.74 0.27
HSL 112.61º 0.59% 0.46% -
HSV(B) 112.61º 0.74% 0.73% -
XYZ 20.27 36.46 8.76 -
YUV 134.09 79.41 78.72 -
System Red Green Blue C M Y K H S L
Decimal 65 186 48 0.65 0 0.74 0.27 112.61 0.59 0.46
Hex 41 BA 30 41 0 4A 1B 71 3B 2E
Octal 101 272 60 101 0 112 33 161 73 56
Binary 1000001 10111010 110000 1000001 0 1001010 11011 1110001 111011 101110

Color Harmonies of #41BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA30

Black with #41BA30

Text Example


Text Example

White with #41BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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