Html Css Color HEX #41C630 Lime Green

📋 copy color: '#41C630'

red 65 ◦ green 198 ◦ blue 48

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

Shades of Lime Green #41C630

Tints of Lime Green #41C630

RGB

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

 GREEN value IS 198 (77.73% from 255) = 63.67%

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

R = 20.9%
G = 63.67%
B = 15.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#41C630 (or 0x41C630) is known color: Lime Green. HEX triplet: 41, C6 and 30. RGB value is (65,198,48). Sum of RGB (Red+Green+Blue) = 65+198+48=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #41C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C630 is #BE39CF. Grayscale: #8D8D8D. Windows color (decimal): -12466640 or 3196481. OLE color: 3196481.

HSL color Cylindrical-coordinate representation of color #41C630: hue angle of 113.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41C630 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 198 48 -
CMYK 0.67 0 0.76 0.22
HSL 113.2º 0.61% 0.48% -
HSV(B) 113.2º 0.76% 0.78% -
XYZ 22.91 41.73 9.64 -
YUV 141.13 75.44 73.7 -
System Red Green Blue C M Y K H S L
Decimal 65 198 48 0.67 0 0.76 0.22 113.2 0.61 0.48
Hex 41 C6 30 43 0 4C 16 71 3D 30
Octal 101 306 60 103 0 114 26 161 75 60
Binary 1000001 11000110 110000 1000011 0 1001100 10110 1110001 111101 110000

Color Harmonies of #41C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C630

Black with #41C630

Text Example


Text Example

White with #41C630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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