Html Css Color HEX #42BA2F Lime Green

📋 copy color: '#42BA2F'

red 66 ◦ green 186 ◦ blue 47

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

Shades of Lime Green #42BA2F

Tints of Lime Green #42BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.21%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 22.07%
G = 62.21%
B = 15.72%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#42BA2F (or 0x42BA2F) is known color: Lime Green. HEX triplet: 42, BA and 2F. RGB value is (66,186,47). Sum of RGB (Red+Green+Blue) = 66+186+47=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA2F is #BD45D0. Grayscale: #868686. Windows color (decimal): -12404177 or 3127874. OLE color: 3127874.

HSL color Cylindrical-coordinate representation of color #42BA2F: hue angle of 111.8º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42BA2F is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 47 -
CMYK 0.65 0 0.75 0.27
HSL 111.8º 0.6% 0.46% -
HSV(B) 111.8º 0.75% 0.73% -
XYZ 20.32 36.48 8.66 -
YUV 134.27 78.74 79.3 -
System Red Green Blue C M Y K H S L
Decimal 66 186 47 0.65 0 0.75 0.27 111.8 0.6 0.46
Hex 42 BA 2F 41 0 4B 1B 70 3C 2E
Octal 102 272 57 101 0 113 33 160 74 56
Binary 1000010 10111010 101111 1000001 0 1001011 11011 1110000 111100 101110

Color Harmonies of #42BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA2F

Black with #42BA2F

Text Example


Text Example

White with #42BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,47); }

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

background-color css

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

 a { background-color: rgb(66,186,47); }

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

border-color css

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

 span { border-color: rgb(66,186,47); }

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