Html Css Color HEX #42B435 Lime Green

📋 copy color: '#42B435'

red 66 ◦ green 180 ◦ blue 53

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

Shades of Lime Green #42B435

Tints of Lime Green #42B435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 60.2%

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

R = 22.07%
G = 60.2%
B = 17.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#42B435 (or 0x42B435) is known color: Lime Green. HEX triplet: 42, B4 and 35. RGB value is (66,180,53). Sum of RGB (Red+Green+Blue) = 66+180+53=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 180 (70.70% from 255 or 60.20% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 180 - color contains mainly: green. Hex color #42B435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B435 is #BD4BCA. Grayscale: #838383. Windows color (decimal): -12405707 or 3519554. OLE color: 3519554.

HSL color Cylindrical-coordinate representation of color #42B435: hue angle of 113.86º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42B435 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 53 -
CMYK 0.63 0 0.71 0.29
HSL 113.86º 0.55% 0.46% -
HSV(B) 113.86º 0.71% 0.71% -
XYZ 19.21 34.06 8.93 -
YUV 131.44 83.73 81.33 -
System Red Green Blue C M Y K H S L
Decimal 66 180 53 0.63 0 0.71 0.29 113.86 0.55 0.46
Hex 42 B4 35 3F 0 47 1D 72 37 2E
Octal 102 264 65 77 0 107 35 162 67 56
Binary 1000010 10110100 110101 111111 0 1000111 11101 1110010 110111 101110

Color Harmonies of #42B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B435

Black with #42B435

Text Example


Text Example

White with #42B435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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