Html Css Color HEX #42B236 Lime Green

📋 copy color: '#42B236'

red 66 ◦ green 178 ◦ blue 54

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

Shades of Lime Green #42B236

Tints of Lime Green #42B236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.12%

R = 22.15%
G = 59.73%
B = 18.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#42B236 (or 0x42B236) is known color: Lime Green. HEX triplet: 42, B2 and 36. RGB value is (66,178,54). Sum of RGB (Red+Green+Blue) = 66+178+54=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #42B236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B236 is #BD4DC9. Grayscale: #828282. Windows color (decimal): -12406218 or 3584578. OLE color: 3584578.

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

Color convert

RGB 66 178 54 -
CMYK 0.63 0 0.70 0.30
HSL 114.19º 0.53% 0.45% -
HSV(B) 114.19º 0.7% 0.7% -
XYZ 18.83 33.27 8.92 -
YUV 130.38 84.89 82.08 -
System Red Green Blue C M Y K H S L
Decimal 66 178 54 0.63 0 0.70 0.30 114.19 0.53 0.45
Hex 42 B2 36 3F 0 46 1E 72 35 2D
Octal 102 262 66 77 0 106 36 162 65 55
Binary 1000010 10110010 110110 111111 0 1000110 11110 1110010 110101 101101

Color Harmonies of #42B236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B236

Black with #42B236

Text Example


Text Example

White with #42B236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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