Html Css Color HEX #41BE3E Lime Green

📋 copy color: '#41BE3E'

red 65 ◦ green 190 ◦ blue 62

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

Shades of Lime Green #41BE3E

Tints of Lime Green #41BE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 20.5%
G = 59.94%
B = 19.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#41BE3E (or 0x41BE3E) is known color: Lime Green. HEX triplet: 41, BE and 3E. RGB value is (65,190,62). Sum of RGB (Red+Green+Blue) = 65+190+62=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE3E is #BE41C1. Grayscale: #8A8A8A. Windows color (decimal): -12468674 or 4111937. OLE color: 4111937.

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

Color convert

RGB 65 190 62 -
CMYK 0.66 0 0.67 0.25
HSL 118.59º 0.51% 0.49% -
HSV(B) 118.59º 0.67% 0.75% -
XYZ 21.46 38.3 10.82 -
YUV 138.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 65 190 62 0.66 0 0.67 0.25 118.59 0.51 0.49
Hex 41 BE 3E 42 0 43 19 77 33 31
Octal 101 276 76 102 0 103 31 167 63 61
Binary 1000001 10111110 111110 1000010 0 1000011 11001 1110111 110011 110001

Color Harmonies of #41BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE3E

Black with #41BE3E

Text Example


Text Example

White with #41BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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