Html Css Color HEX #42BA3D Lime Green

📋 copy color: '#42BA3D'

red 66 ◦ green 186 ◦ blue 61

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

Shades of Lime Green #42BA3D

Tints of Lime Green #42BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 21.09%
G = 59.42%
B = 19.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#42BA3D (or 0x42BA3D) is known color: Lime Green. HEX triplet: 42, BA and 3D. RGB value is (66,186,61). Sum of RGB (Red+Green+Blue) = 66+186+61=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA3D is #BD45C2. Grayscale: #888888. Windows color (decimal): -12404163 or 4045378. OLE color: 4045378.

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

Color convert

RGB 66 186 61 -
CMYK 0.65 0 0.67 0.27
HSL 117.6º 0.51% 0.48% -
HSV(B) 117.6º 0.67% 0.73% -
XYZ 20.65 36.61 10.39 -
YUV 135.87 85.74 78.16 -
System Red Green Blue C M Y K H S L
Decimal 66 186 61 0.65 0 0.67 0.27 117.6 0.51 0.48
Hex 42 BA 3D 41 0 43 1B 76 33 30
Octal 102 272 75 101 0 103 33 166 63 60
Binary 1000010 10111010 111101 1000001 0 1000011 11011 1110110 110011 110000

Color Harmonies of #42BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA3D

Black with #42BA3D

Text Example


Text Example

White with #42BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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