Html Css Color HEX #41CA25 Lime Green

📋 copy color: '#41CA25'

red 65 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #41CA25

Tints of Lime Green #41CA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.45%

 BLUE value IS 37 (14.84% from 255) = 12.17%

R = 21.38%
G = 66.45%
B = 12.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#41CA25 (or 0x41CA25) is known color: Lime Green. HEX triplet: 41, CA and 25. RGB value is (65,202,37). Sum of RGB (Red+Green+Blue) = 65+202+37=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 202 (79.30% from 255 or 66.45% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA25 is #BE35DA. Grayscale: #8E8E8E. Windows color (decimal): -12465627 or 2476609. OLE color: 2476609.

HSL color Cylindrical-coordinate representation of color #41CA25: hue angle of 109.82º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41CA25 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 202 37 -
CMYK 0.68 0 0.82 0.21
HSL 109.82º 0.69% 0.47% -
HSV(B) 109.82º 0.82% 0.79% -
XYZ 23.63 43.5 8.9 -
YUV 142.23 68.61 72.92 -
System Red Green Blue C M Y K H S L
Decimal 65 202 37 0.68 0 0.82 0.21 109.82 0.69 0.47
Hex 41 CA 25 44 0 52 15 6E 45 2F
Octal 101 312 45 104 0 122 25 156 105 57
Binary 1000001 11001010 100101 1000100 0 1010010 10101 1101110 1000101 101111

Color Harmonies of #41CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41CA25

Black with #41CA25

Text Example


Text Example

White with #41CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,202,37); }

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

background-color css

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

 a { background-color: rgb(65,202,37); }

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

border-color css

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

 span { border-color: rgb(65,202,37); }

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