Html Css Color HEX #42E74B Lime Green

📋 copy color: '#42E74B'

red 66 ◦ green 231 ◦ blue 75

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

Shades of Lime Green #42E74B

Tints of Lime Green #42E74B

RGB

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

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

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

R = 17.74%
G = 62.1%
B = 20.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#42E74B (or 0x42E74B) is known color: Lime Green. HEX triplet: 42, E7 and 4B. RGB value is (66,231,75). Sum of RGB (Red+Green+Blue) = 66+231+75=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #42E74B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E74B is #BD18B4. Grayscale: #A4A4A4. Windows color (decimal): -12392629 or 4974402. OLE color: 4974402.

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

Color convert

RGB 66 231 75 -
CMYK 0.71 0 0.68 0.09
HSL 123.27º 0.77% 0.58% -
HSV(B) 123.27º 0.71% 0.91% -
XYZ 32.09 58.82 16.32 -
YUV 163.88 77.84 58.18 -
System Red Green Blue C M Y K H S L
Decimal 66 231 75 0.71 0 0.68 0.09 123.27 0.77 0.58
Hex 42 E7 4B 47 0 44 9 7B 4D 3A
Octal 102 347 113 107 0 104 11 173 115 72
Binary 1000010 11100111 1001011 1000111 0 1000100 1001 1111011 1001101 111010

Color Harmonies of #42E74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E74B

Black with #42E74B

Text Example


Text Example

White with #42E74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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