Html Css Color HEX #42E741 Lime Green

📋 copy color: '#42E741'

red 66 ◦ green 231 ◦ blue 65

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

Shades of Lime Green #42E741

Tints of Lime Green #42E741

RGB

 RED value IS 66 (26.17% from 255) = 18.23%

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 18.23%
G = 63.81%
B = 17.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#42E741 (or 0x42E741) is known color: Lime Green. HEX triplet: 42, E7 and 41. RGB value is (66,231,65). Sum of RGB (Red+Green+Blue) = 66+231+65=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 231 (90.62% from 255 or 63.81% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 231 - color contains mainly: green. Hex color #42E741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E741 is #BD18BE. Grayscale: #A3A3A3. Windows color (decimal): -12392639 or 4319042. OLE color: 4319042.

HSL color Cylindrical-coordinate representation of color #42E741: hue angle of 119.64º 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 #42E741 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 65 -
CMYK 0.71 0 0.72 0.09
HSL 119.64º 0.78% 0.58% -
HSV(B) 119.64º 0.72% 0.91% -
XYZ 31.78 58.69 14.65 -
YUV 162.74 72.84 59 -
System Red Green Blue C M Y K H S L
Decimal 66 231 65 0.71 0 0.72 0.09 119.64 0.78 0.58
Hex 42 E7 41 47 0 48 9 78 4E 3A
Octal 102 347 101 107 0 110 11 170 116 72
Binary 1000010 11100111 1000001 1000111 0 1001000 1001 1111000 1001110 111010

Color Harmonies of #42E741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E741

Black with #42E741

Text Example


Text Example

White with #42E741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42E741; }

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

 H1.HeaderClassName
 {
   color: #42E741;
 }
 .AnyTagClassName
 {
   color: #42E741;
 }
</style>

background-color css

<style>
 a { background-color: #42E741; }

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

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

border-color css

<style>
 span { border-color: #42E741; }

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

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