Html Css Color HEX #41C335 Lime Green

📋 copy color: '#41C335'

red 65 ◦ green 195 ◦ blue 53

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

Shades of Lime Green #41C335

Tints of Lime Green #41C335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 62.3%

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 20.77%
G = 62.3%
B = 16.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#41C335 (or 0x41C335) is known color: Lime Green. HEX triplet: 41, C3 and 35. RGB value is (65,195,53). Sum of RGB (Red+Green+Blue) = 65+195+53=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 195 (76.56% from 255 or 62.30% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 195 - color contains mainly: green. Hex color #41C335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C335 is #BE3CCA. Grayscale: #8C8C8C. Windows color (decimal): -12467403 or 3523393. OLE color: 3523393.

HSL color Cylindrical-coordinate representation of color #41C335: hue angle of 114.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41C335 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 53 -
CMYK 0.67 0 0.73 0.24
HSL 114.93º 0.57% 0.49% -
HSV(B) 114.93º 0.73% 0.76% -
XYZ 22.34 40.41 9.99 -
YUV 139.94 78.93 74.55 -
System Red Green Blue C M Y K H S L
Decimal 65 195 53 0.67 0 0.73 0.24 114.93 0.57 0.49
Hex 41 C3 35 43 0 49 18 73 39 31
Octal 101 303 65 103 0 111 30 163 71 61
Binary 1000001 11000011 110101 1000011 0 1001001 11000 1110011 111001 110001

Color Harmonies of #41C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C335

Black with #41C335

Text Example


Text Example

White with #41C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,195,53); }

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

background-color css

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

 a { background-color: rgb(65,195,53); }

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

border-color css

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

 span { border-color: rgb(65,195,53); }

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