Html Css Color HEX #41BE3A Lime Green

📋 copy color: '#41BE3A'

red 65 ◦ green 190 ◦ blue 58

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

Shades of Lime Green #41BE3A

Tints of Lime Green #41BE3A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.7%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 20.77%
G = 60.7%
B = 18.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#41BE3A (or 0x41BE3A) is known color: Lime Green. HEX triplet: 41, BE and 3A. RGB value is (65,190,58). Sum of RGB (Red+Green+Blue) = 65+190+58=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE3A is #BE41C5. Grayscale: #898989. Windows color (decimal): -12468678 or 3849793. OLE color: 3849793.

HSL color Cylindrical-coordinate representation of color #41BE3A: hue angle of 116.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BE3A is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 190 58 -
CMYK 0.66 0 0.69 0.25
HSL 116.82º 0.53% 0.49% -
HSV(B) 116.82º 0.69% 0.75% -
XYZ 21.36 38.26 10.26 -
YUV 137.58 83.09 76.23 -
System Red Green Blue C M Y K H S L
Decimal 65 190 58 0.66 0 0.69 0.25 116.82 0.53 0.49
Hex 41 BE 3A 42 0 45 19 75 35 31
Octal 101 276 72 102 0 105 31 165 65 61
Binary 1000001 10111110 111010 1000010 0 1000101 11001 1110101 110101 110001

Color Harmonies of #41BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE3A

Black with #41BE3A

Text Example


Text Example

White with #41BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,190,58); }

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

background-color css

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

 a { background-color: rgb(65,190,58); }

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

border-color css

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

 span { border-color: rgb(65,190,58); }

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