Html Css Color HEX #42BE3D Lime Green

📋 copy color: '#42BE3D'

red 66 ◦ green 190 ◦ blue 61

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

Shades of Lime Green #42BE3D

Tints of Lime Green #42BE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 20.82%
G = 59.94%
B = 19.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#42BE3D (or 0x42BE3D) is known color: Lime Green. HEX triplet: 42, BE and 3D. RGB value is (66,190,61). Sum of RGB (Red+Green+Blue) = 66+190+61=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE3D is #BD41C2. Grayscale: #8A8A8A. Windows color (decimal): -12403139 or 4046402. OLE color: 4046402.

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

Color convert

RGB 66 190 61 -
CMYK 0.65 0 0.68 0.25
HSL 117.67º 0.51% 0.49% -
HSV(B) 117.67º 0.68% 0.75% -
XYZ 21.5 38.32 10.68 -
YUV 138.22 84.42 76.49 -
System Red Green Blue C M Y K H S L
Decimal 66 190 61 0.65 0 0.68 0.25 117.67 0.51 0.49
Hex 42 BE 3D 41 0 44 19 76 33 31
Octal 102 276 75 101 0 104 31 166 63 61
Binary 1000010 10111110 111101 1000001 0 1000100 11001 1110110 110011 110001

Color Harmonies of #42BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BE3D

Black with #42BE3D

Text Example


Text Example

White with #42BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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