Html Css Color HEX #42E21B Lime Green

📋 copy color: '#42E21B'

red 66 ◦ green 226 ◦ blue 27

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

Shades of Lime Green #42E21B

Tints of Lime Green #42E21B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 70.85%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 20.69%
G = 70.85%
B = 8.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#42E21B (or 0x42E21B) is known color: Lime Green. HEX triplet: 42, E2 and 1B. RGB value is (66,226,27). Sum of RGB (Red+Green+Blue) = 66+226+27=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 226 (88.67% from 255 or 70.85% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 226 - color contains mainly: green. Hex color #42E21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E21B is #BD1DE4. Grayscale: #9C9C9C. Windows color (decimal): -12393957 or 1827394. OLE color: 1827394.

HSL color Cylindrical-coordinate representation of color #42E21B: hue angle of 108.24º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42E21B is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 66 226 27 -
CMYK 0.71 0 0.88 0.11
HSL 108.24º 0.79% 0.5% -
HSV(B) 108.24º 0.88% 0.89% -
XYZ 29.64 55.63 10.21 -
YUV 155.47 55.49 64.18 -
System Red Green Blue C M Y K H S L
Decimal 66 226 27 0.71 0 0.88 0.11 108.24 0.79 0.5
Hex 42 E2 1B 47 0 58 B 6C 4F 32
Octal 102 342 33 107 0 130 13 154 117 62
Binary 1000010 11100010 11011 1000111 0 1011000 1011 1101100 1001111 110010

Color Harmonies of #42E21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E21B

Black with #42E21B

Text Example


Text Example

White with #42E21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,226,27); }

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

background-color css

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

 a { background-color: rgb(66,226,27); }

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

border-color css

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

 span { border-color: rgb(66,226,27); }

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