Html Css Color HEX #41BE3D Lime Green

📋 copy color: '#41BE3D'

red 65 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #41BE3D

Tints of Lime Green #41BE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 20.57%
G = 60.13%
B = 19.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#41BE3D (or 0x41BE3D) is known color: Lime Green. HEX triplet: 41, BE and 3D. RGB value is (65,190,61). Sum of RGB (Red+Green+Blue) = 65+190+61=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 190 (74.61% from 255 or 60.13% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE3D is #BE41C2. Grayscale: #8A8A8A. Windows color (decimal): -12468675 or 4046401. OLE color: 4046401.

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

Color convert

RGB 65 190 61 -
CMYK 0.66 0 0.68 0.25
HSL 118.14º 0.51% 0.49% -
HSV(B) 118.14º 0.68% 0.75% -
XYZ 21.44 38.29 10.68 -
YUV 137.92 84.59 75.99 -
System Red Green Blue C M Y K H S L
Decimal 65 190 61 0.66 0 0.68 0.25 118.14 0.51 0.49
Hex 41 BE 3D 42 0 44 19 76 33 31
Octal 101 276 75 102 0 104 31 166 63 61
Binary 1000001 10111110 111101 1000010 0 1000100 11001 1110110 110011 110001

Color Harmonies of #41BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE3D

Black with #41BE3D

Text Example


Text Example

White with #41BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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