Html Css Color HEX #41D235 Lime Green

📋 copy color: '#41D235'

red 65 ◦ green 210 ◦ blue 53

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

Shades of Lime Green #41D235

Tints of Lime Green #41D235

RGB

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

 GREEN value IS 210 (82.42% from 255) = 64.02%

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

R = 19.82%
G = 64.02%
B = 16.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#41D235 (or 0x41D235) is known color: Lime Green. HEX triplet: 41, D2 and 35. RGB value is (65,210,53). Sum of RGB (Red+Green+Blue) = 65+210+53=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #41D235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D235 is #BE2DCA. Grayscale: #959595. Windows color (decimal): -12463563 or 3527233. OLE color: 3527233.

HSL color Cylindrical-coordinate representation of color #41D235: hue angle of 115.41º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D235 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 210 53 -
CMYK 0.69 0 0.75 0.18
HSL 115.41º 0.64% 0.52% -
HSV(B) 115.41º 0.75% 0.82% -
XYZ 25.87 47.47 11.17 -
YUV 148.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 65 210 53 0.69 0 0.75 0.18 115.41 0.64 0.52
Hex 41 D2 35 45 0 4B 12 73 40 34
Octal 101 322 65 105 0 113 22 163 100 64
Binary 1000001 11010010 110101 1000101 0 1001011 10010 1110011 1000000 110100

Color Harmonies of #41D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D235

Black with #41D235

Text Example


Text Example

White with #41D235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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