Html Css Color HEX #41EA34 Lime Green

📋 copy color: '#41EA34'

red 65 ◦ green 234 ◦ blue 52

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

Shades of Lime Green #41EA34

Tints of Lime Green #41EA34

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.67%

 BLUE value IS 52 (20.7% from 255) = 14.81%

R = 18.52%
G = 66.67%
B = 14.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#41EA34 (or 0x41EA34) is known color: Lime Green. HEX triplet: 41, EA and 34. RGB value is (65,234,52). Sum of RGB (Red+Green+Blue) = 65+234+52=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #41EA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EA34 is #BE15CB. Grayscale: #A3A3A3. Windows color (decimal): -12457420 or 3467841. OLE color: 3467841.

HSL color Cylindrical-coordinate representation of color #41EA34: hue angle of 115.71º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41EA34 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 234 52 -
CMYK 0.72 0 0.78 0.08
HSL 115.71º 0.81% 0.56% -
HSV(B) 115.71º 0.78% 0.92% -
XYZ 32.22 60.22 13.17 -
YUV 162.72 65.51 58.3 -
System Red Green Blue C M Y K H S L
Decimal 65 234 52 0.72 0 0.78 0.08 115.71 0.81 0.56
Hex 41 EA 34 48 0 4E 8 74 51 38
Octal 101 352 64 110 0 116 10 164 121 70
Binary 1000001 11101010 110100 1001000 0 1001110 1000 1110100 1010001 111000

Color Harmonies of #41EA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EA34

Black with #41EA34

Text Example


Text Example

White with #41EA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,234,52); }

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

background-color css

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

 a { background-color: rgb(65,234,52); }

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

border-color css

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

 span { border-color: rgb(65,234,52); }

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