Html Css Color HEX #41E74B Lime Green

📋 copy color: '#41E74B'

red 65 ◦ green 231 ◦ blue 75

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

Shades of Lime Green #41E74B

Tints of Lime Green #41E74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 62.26%

 BLUE value IS 75 (29.69% from 255) = 20.22%

R = 17.52%
G = 62.26%
B = 20.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#41E74B (or 0x41E74B) is known color: Lime Green. HEX triplet: 41, E7 and 4B. RGB value is (65,231,75). Sum of RGB (Red+Green+Blue) = 65+231+75=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #41E74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E74B is #BE18B4. Grayscale: #A4A4A4. Windows color (decimal): -12458165 or 4974401. OLE color: 4974401.

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

Color convert

RGB 65 231 75 -
CMYK 0.72 0 0.68 0.09
HSL 123.61º 0.78% 0.58% -
HSV(B) 123.61º 0.72% 0.91% -
XYZ 32.03 58.78 16.32 -
YUV 163.58 78 57.68 -
System Red Green Blue C M Y K H S L
Decimal 65 231 75 0.72 0 0.68 0.09 123.61 0.78 0.58
Hex 41 E7 4B 48 0 44 9 7C 4E 3A
Octal 101 347 113 110 0 104 11 174 116 72
Binary 1000001 11100111 1001011 1001000 0 1000100 1001 1111100 1001110 111010

Color Harmonies of #41E74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E74B

Black with #41E74B

Text Example


Text Example

White with #41E74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,231,75); }

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

background-color css

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

 a { background-color: rgb(65,231,75); }

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

border-color css

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

 span { border-color: rgb(65,231,75); }

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