Html Css Color HEX #42B434 Lime Green

📋 copy color: '#42B434'

red 66 ◦ green 180 ◦ blue 52

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

Shades of Lime Green #42B434

Tints of Lime Green #42B434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 22.15%
G = 60.4%
B = 17.45%

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

#42B434 (or 0x42B434) is known color: Lime Green. HEX triplet: 42, B4 and 34. RGB value is (66,180,52). Sum of RGB (Red+Green+Blue) = 66+180+52=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 180 (70.70% from 255 or 60.40% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 180 - color contains mainly: green. Hex color #42B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B434 is #BD4BCB. Grayscale: #838383. Windows color (decimal): -12405708 or 3454018. OLE color: 3454018.

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

Color convert

RGB 66 180 52 -
CMYK 0.63 0 0.71 0.29
HSL 113.44º 0.55% 0.45% -
HSV(B) 113.44º 0.71% 0.71% -
XYZ 19.19 34.05 8.81 -
YUV 131.32 83.23 81.41 -
System Red Green Blue C M Y K H S L
Decimal 66 180 52 0.63 0 0.71 0.29 113.44 0.55 0.45
Hex 42 B4 34 3F 0 47 1D 71 37 2D
Octal 102 264 64 77 0 107 35 161 67 55
Binary 1000010 10110100 110100 111111 0 1000111 11101 1110001 110111 101101

Color Harmonies of #42B434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B434

Black with #42B434

Text Example


Text Example

White with #42B434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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