Html Css Color HEX #41EF4B Lime Green

📋 copy color: '#41EF4B'

red 65 ◦ green 239 ◦ blue 75

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

Shades of Lime Green #41EF4B

Tints of Lime Green #41EF4B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.06%

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

R = 17.15%
G = 63.06%
B = 19.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#41EF4B (or 0x41EF4B) is known color: Lime Green. HEX triplet: 41, EF and 4B. RGB value is (65,239,75). Sum of RGB (Red+Green+Blue) = 65+239+75=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #41EF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EF4B is #BE10B4. Grayscale: #A8A8A8. Windows color (decimal): -12456117 or 4976449. OLE color: 4976449.

HSL color Cylindrical-coordinate representation of color #41EF4B: hue angle of 123.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41EF4B is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 239 75 -
CMYK 0.73 0 0.69 0.06
HSL 123.45º 0.84% 0.6% -
HSV(B) 123.45º 0.73% 0.94% -
XYZ 34.32 63.36 17.08 -
YUV 168.28 75.35 54.34 -
System Red Green Blue C M Y K H S L
Decimal 65 239 75 0.73 0 0.69 0.06 123.45 0.84 0.6
Hex 41 EF 4B 49 0 45 6 7B 54 3C
Octal 101 357 113 111 0 105 6 173 124 74
Binary 1000001 11101111 1001011 1001001 0 1000101 110 1111011 1010100 111100

Color Harmonies of #41EF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EF4B

Black with #41EF4B

Text Example


Text Example

White with #41EF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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