Html Css Color HEX #42EF2B Lime Green

📋 copy color: '#42EF2B'

red 66 ◦ green 239 ◦ blue 43

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

Shades of Lime Green #42EF2B

Tints of Lime Green #42EF2B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 68.68%

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 18.97%
G = 68.68%
B = 12.36%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#42EF2B (or 0x42EF2B) is known color: Lime Green. HEX triplet: 42, EF and 2B. RGB value is (66,239,43). Sum of RGB (Red+Green+Blue) = 66+239+43=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 239 (93.75% from 255 or 68.68% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 239 - color contains mainly: green. Hex color #42EF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EF2B is #BD10D4. Grayscale: #A5A5A5. Windows color (decimal): -12390613 or 2879298. OLE color: 2879298.

HSL color Cylindrical-coordinate representation of color #42EF2B: hue angle of 112.96º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42EF2B is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 239 43 -
CMYK 0.72 0 0.82 0.06
HSL 112.96º 0.86% 0.55% -
HSV(B) 112.96º 0.82% 0.94% -
XYZ 33.55 63.07 12.69 -
YUV 164.93 59.19 57.44 -
System Red Green Blue C M Y K H S L
Decimal 66 239 43 0.72 0 0.82 0.06 112.96 0.86 0.55
Hex 42 EF 2B 48 0 52 6 71 56 37
Octal 102 357 53 110 0 122 6 161 126 67
Binary 1000010 11101111 101011 1001000 0 1010010 110 1110001 1010110 110111

Color Harmonies of #42EF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EF2B

Black with #42EF2B

Text Example


Text Example

White with #42EF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,239,43); }

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

background-color css

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

 a { background-color: rgb(66,239,43); }

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

border-color css

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

 span { border-color: rgb(66,239,43); }

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