Html Css Color HEX #42BA35 Lime Green

📋 copy color: '#42BA35'

red 66 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #42BA35

Tints of Lime Green #42BA35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 21.64%
G = 60.98%
B = 17.38%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#42BA35 (or 0x42BA35) is known color: Lime Green. HEX triplet: 42, BA and 35. RGB value is (66,186,53). Sum of RGB (Red+Green+Blue) = 66+186+53=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA35 is #BD45CA. Grayscale: #878787. Windows color (decimal): -12404171 or 3521090. OLE color: 3521090.

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

Color convert

RGB 66 186 53 -
CMYK 0.65 0 0.72 0.27
HSL 114.14º 0.56% 0.47% -
HSV(B) 114.14º 0.72% 0.73% -
XYZ 20.45 36.53 9.34 -
YUV 134.96 81.74 78.81 -
System Red Green Blue C M Y K H S L
Decimal 66 186 53 0.65 0 0.72 0.27 114.14 0.56 0.47
Hex 42 BA 35 41 0 48 1B 72 38 2F
Octal 102 272 65 101 0 110 33 162 70 57
Binary 1000010 10111010 110101 1000001 0 1001000 11011 1110010 111000 101111

Color Harmonies of #42BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA35

Black with #42BA35

Text Example


Text Example

White with #42BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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