Html Css Color HEX #42B237 Lime Green

📋 copy color: '#42B237'

red 66 ◦ green 178 ◦ blue 55

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

Shades of Lime Green #42B237

Tints of Lime Green #42B237

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.53%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 22.07%
G = 59.53%
B = 18.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#42B237 (or 0x42B237) is known color: Lime Green. HEX triplet: 42, B2 and 37. RGB value is (66,178,55). Sum of RGB (Red+Green+Blue) = 66+178+55=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #42B237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B237 is #BD4DC8. Grayscale: #828282. Windows color (decimal): -12406217 or 3650114. OLE color: 3650114.

HSL color Cylindrical-coordinate representation of color #42B237: hue angle of 114.63º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B237 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 55 -
CMYK 0.63 0 0.69 0.30
HSL 114.63º 0.53% 0.46% -
HSV(B) 114.63º 0.69% 0.7% -
XYZ 18.86 33.27 9.04 -
YUV 130.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 66 178 55 0.63 0 0.69 0.30 114.63 0.53 0.46
Hex 42 B2 37 3F 0 45 1E 73 35 2E
Octal 102 262 67 77 0 105 36 163 65 56
Binary 1000010 10110010 110111 111111 0 1000101 11110 1110011 110101 101110

Color Harmonies of #42B237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B237

Black with #42B237

Text Example


Text Example

White with #42B237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,55); }

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

background-color css

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

 a { background-color: rgb(66,178,55); }

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

border-color css

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

 span { border-color: rgb(66,178,55); }

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