Html Css Color HEX #41E92A Lime Green

📋 copy color: '#41E92A'

red 65 ◦ green 233 ◦ blue 42

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

Shades of Lime Green #41E92A

Tints of Lime Green #41E92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 19.12%
G = 68.53%
B = 12.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#41E92A (or 0x41E92A) is known color: Lime Green. HEX triplet: 41, E9 and 2A. RGB value is (65,233,42). Sum of RGB (Red+Green+Blue) = 65+233+42=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 233 (91.41% from 255 or 68.53% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 233 - color contains mainly: green. Hex color #41E92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E92A is #BE16D5. Grayscale: #A1A1A1. Windows color (decimal): -12457686 or 2812225. OLE color: 2812225.

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

Color convert

RGB 65 233 42 -
CMYK 0.72 0 0.82 0.09
HSL 112.77º 0.81% 0.54% -
HSV(B) 112.77º 0.82% 0.91% -
XYZ 31.74 59.57 12.02 -
YUV 160.99 60.84 59.53 -
System Red Green Blue C M Y K H S L
Decimal 65 233 42 0.72 0 0.82 0.09 112.77 0.81 0.54
Hex 41 E9 2A 48 0 52 9 71 51 36
Octal 101 351 52 110 0 122 11 161 121 66
Binary 1000001 11101001 101010 1001000 0 1010010 1001 1110001 1010001 110110

Color Harmonies of #41E92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E92A

Black with #41E92A

Text Example


Text Example

White with #41E92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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