Html Css Color HEX #42B83C Lime Green

📋 copy color: '#42B83C'

red 66 ◦ green 184 ◦ blue 60

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

Shades of Lime Green #42B83C

Tints of Lime Green #42B83C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.35%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 21.29%
G = 59.35%
B = 19.35%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#42B83C (or 0x42B83C) is known color: Lime Green. HEX triplet: 42, B8 and 3C. RGB value is (66,184,60). Sum of RGB (Red+Green+Blue) = 66+184+60=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #42B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B83C is #BD47C3. Grayscale: #868686. Windows color (decimal): -12404676 or 3979330. OLE color: 3979330.

HSL color Cylindrical-coordinate representation of color #42B83C: hue angle of 117.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B83C is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 60 -
CMYK 0.64 0 0.67 0.28
HSL 117.1º 0.51% 0.48% -
HSV(B) 117.1º 0.67% 0.72% -
XYZ 20.2 35.77 10.11 -
YUV 134.58 85.91 79.08 -
System Red Green Blue C M Y K H S L
Decimal 66 184 60 0.64 0 0.67 0.28 117.1 0.51 0.48
Hex 42 B8 3C 40 0 43 1C 75 33 30
Octal 102 270 74 100 0 103 34 165 63 60
Binary 1000010 10111000 111100 1000000 0 1000011 11100 1110101 110011 110000

Color Harmonies of #42B83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B83C

Black with #42B83C

Text Example


Text Example

White with #42B83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,184,60); }

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

background-color css

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

 a { background-color: rgb(66,184,60); }

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

border-color css

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

 span { border-color: rgb(66,184,60); }

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