Html Css Color HEX #41E925 Lime Green

📋 copy color: '#41E925'

red 65 ◦ green 233 ◦ blue 37

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

Shades of Lime Green #41E925

Tints of Lime Green #41E925

RGB

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

 GREEN value IS 233 (91.41% from 255) = 69.55%

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

R = 19.4%
G = 69.55%
B = 11.04%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#41E925 (or 0x41E925) is known color: Lime Green. HEX triplet: 41, E9 and 25. RGB value is (65,233,37). Sum of RGB (Red+Green+Blue) = 65+233+37=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #41E925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E925 is #BE16DA. Grayscale: #A1A1A1. Windows color (decimal): -12457691 or 2484545. OLE color: 2484545.

HSL color Cylindrical-coordinate representation of color #41E925: hue angle of 111.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41E925 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 233 37 -
CMYK 0.72 0 0.84 0.09
HSL 111.43º 0.82% 0.53% -
HSV(B) 111.43º 0.84% 0.91% -
XYZ 31.65 59.54 11.57 -
YUV 160.42 58.34 59.94 -
System Red Green Blue C M Y K H S L
Decimal 65 233 37 0.72 0 0.84 0.09 111.43 0.82 0.53
Hex 41 E9 25 48 0 54 9 6F 52 35
Octal 101 351 45 110 0 124 11 157 122 65
Binary 1000001 11101001 100101 1001000 0 1010100 1001 1101111 1010010 110101

Color Harmonies of #41E925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E925

Black with #41E925

Text Example


Text Example

White with #41E925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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