Html Css Color HEX #41B630 Lime Green

📋 copy color: '#41B630'

red 65 ◦ green 182 ◦ blue 48

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

Shades of Lime Green #41B630

Tints of Lime Green #41B630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 61.69%

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

R = 22.03%
G = 61.69%
B = 16.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#41B630 (or 0x41B630) is known color: Lime Green. HEX triplet: 41, B6 and 30. RGB value is (65,182,48). Sum of RGB (Red+Green+Blue) = 65+182+48=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #41B630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B630 is #BE49CF. Grayscale: #848484. Windows color (decimal): -12470736 or 3192385. OLE color: 3192385.

HSL color Cylindrical-coordinate representation of color #41B630: hue angle of 112.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41B630 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 182 48 -
CMYK 0.64 0 0.74 0.29
HSL 112.39º 0.58% 0.45% -
HSV(B) 112.39º 0.74% 0.71% -
XYZ 19.44 34.79 8.49 -
YUV 131.74 80.74 80.4 -
System Red Green Blue C M Y K H S L
Decimal 65 182 48 0.64 0 0.74 0.29 112.39 0.58 0.45
Hex 41 B6 30 40 0 4A 1D 70 3A 2D
Octal 101 266 60 100 0 112 35 160 72 55
Binary 1000001 10110110 110000 1000000 0 1001010 11101 1110000 111010 101101

Color Harmonies of #41B630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B630

Black with #41B630

Text Example


Text Example

White with #41B630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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