Html Css Color HEX #41CE30 Lime Green

📋 copy color: '#41CE30'

red 65 ◦ green 206 ◦ blue 48

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

Shades of Lime Green #41CE30

Tints of Lime Green #41CE30

RGB

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

 GREEN value IS 206 (80.86% from 255) = 64.58%

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

R = 20.38%
G = 64.58%
B = 15.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#41CE30 (or 0x41CE30) is known color: Lime Green. HEX triplet: 41, CE and 30. RGB value is (65,206,48). Sum of RGB (Red+Green+Blue) = 65+206+48=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE30 is #BE31CF. Grayscale: #929292. Windows color (decimal): -12464592 or 3198529. OLE color: 3198529.

HSL color Cylindrical-coordinate representation of color #41CE30: hue angle of 113.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41CE30 is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 206 48 -
CMYK 0.68 0 0.77 0.19
HSL 113.54º 0.62% 0.5% -
HSV(B) 113.54º 0.77% 0.81% -
XYZ 24.78 45.48 10.27 -
YUV 145.83 72.79 70.35 -
System Red Green Blue C M Y K H S L
Decimal 65 206 48 0.68 0 0.77 0.19 113.54 0.62 0.5
Hex 41 CE 30 44 0 4D 13 72 3E 32
Octal 101 316 60 104 0 115 23 162 76 62
Binary 1000001 11001110 110000 1000100 0 1001101 10011 1110010 111110 110010

Color Harmonies of #41CE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CE30

Black with #41CE30

Text Example


Text Example

White with #41CE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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