Html Css Color HEX #41BE33 Lime Green

📋 copy color: '#41BE33'

red 65 ◦ green 190 ◦ blue 51

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

Shades of Lime Green #41BE33

Tints of Lime Green #41BE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.67%

R = 21.24%
G = 62.09%
B = 16.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#41BE33 (or 0x41BE33) is known color: Lime Green. HEX triplet: 41, BE and 33. RGB value is (65,190,51). Sum of RGB (Red+Green+Blue) = 65+190+51=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE33 is #BE41CC. Grayscale: #898989. Windows color (decimal): -12468685 or 3391041. OLE color: 3391041.

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

Color convert

RGB 65 190 51 -
CMYK 0.66 0 0.73 0.25
HSL 113.96º 0.58% 0.47% -
HSV(B) 113.96º 0.73% 0.75% -
XYZ 21.19 38.19 9.39 -
YUV 136.78 79.59 76.8 -
System Red Green Blue C M Y K H S L
Decimal 65 190 51 0.66 0 0.73 0.25 113.96 0.58 0.47
Hex 41 BE 33 42 0 49 19 72 3A 2F
Octal 101 276 63 102 0 111 31 162 72 57
Binary 1000001 10111110 110011 1000010 0 1001001 11001 1110010 111010 101111

Color Harmonies of #41BE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BE33

Black with #41BE33

Text Example


Text Example

White with #41BE33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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