Html Css Color HEX #42BE44 Lime Green

📋 copy color: '#42BE44'

red 66 ◦ green 190 ◦ blue 68

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

Shades of Lime Green #42BE44

Tints of Lime Green #42BE44

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.64%

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 20.37%
G = 58.64%
B = 20.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#42BE44 (or 0x42BE44) is known color: Lime Green. HEX triplet: 42, BE and 44. RGB value is (66,190,68). Sum of RGB (Red+Green+Blue) = 66+190+68=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 190 (74.61% from 255 or 58.64% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE44 is #BD41BB. Grayscale: #8B8B8B. Windows color (decimal): -12403132 or 4505154. OLE color: 4505154.

HSL color Cylindrical-coordinate representation of color #42BE44: hue angle of 120.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BE44 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 190 68 -
CMYK 0.65 0 0.64 0.25
HSL 120.97º 0.49% 0.5% -
HSV(B) 120.97º 0.65% 0.75% -
XYZ 21.7 38.4 11.74 -
YUV 139.02 87.92 75.92 -
System Red Green Blue C M Y K H S L
Decimal 66 190 68 0.65 0 0.64 0.25 120.97 0.49 0.5
Hex 42 BE 44 41 0 40 19 79 31 32
Octal 102 276 104 101 0 100 31 171 61 62
Binary 1000010 10111110 1000100 1000001 0 1000000 11001 1111001 110001 110010

Color Harmonies of #42BE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE44

Black with #42BE44

Text Example


Text Example

White with #42BE44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,190,68); }

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

background-color css

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

 a { background-color: rgb(66,190,68); }

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

border-color css

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

 span { border-color: rgb(66,190,68); }

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