Html Css Color HEX #42EA43 Lime Green

📋 copy color: '#42EA43'

red 66 ◦ green 234 ◦ blue 67

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

Shades of Lime Green #42EA43

Tints of Lime Green #42EA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 17.98%
G = 63.76%
B = 18.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#42EA43 (or 0x42EA43) is known color: Lime Green. HEX triplet: 42, EA and 43. RGB value is (66,234,67). Sum of RGB (Red+Green+Blue) = 66+234+67=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 234 (91.80% from 255 or 63.76% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA43 is #BD15BC. Grayscale: #A5A5A5. Windows color (decimal): -12391869 or 4450882. OLE color: 4450882.

HSL color Cylindrical-coordinate representation of color #42EA43: hue angle of 120.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA43 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 67 -
CMYK 0.72 0 0.71 0.08
HSL 120.36º 0.8% 0.59% -
HSV(B) 120.36º 0.72% 0.92% -
XYZ 32.68 60.41 15.25 -
YUV 164.73 72.84 57.58 -
System Red Green Blue C M Y K H S L
Decimal 66 234 67 0.72 0 0.71 0.08 120.36 0.8 0.59
Hex 42 EA 43 48 0 47 8 78 50 3B
Octal 102 352 103 110 0 107 10 170 120 73
Binary 1000010 11101010 1000011 1001000 0 1000111 1000 1111000 1010000 111011

Color Harmonies of #42EA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA43

Black with #42EA43

Text Example


Text Example

White with #42EA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,234,67); }

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

background-color css

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

 a { background-color: rgb(66,234,67); }

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

border-color css

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

 span { border-color: rgb(66,234,67); }

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