Html Css Color HEX #2CEF3A Lime Green

📋 copy color: '#2CEF3A'

red 44 ◦ green 239 ◦ blue 58

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

Shades of Lime Green #2CEF3A

Tints of Lime Green #2CEF3A

RGB

 RED value IS 44 (17.58% from 255) = 12.9%

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

 BLUE value IS 58 (23.05% from 255) = 17.01%

R = 12.9%
G = 70.09%
B = 17.01%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#2CEF3A (or 0x2CEF3A) is known color: Lime Green. HEX triplet: 2C, EF and 3A. RGB value is (44,239,58). Sum of RGB (Red+Green+Blue) = 44+239+58=341 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.90% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEF3A is #D310C5. Grayscale: #A0A0A0. Windows color (decimal): -13832390 or 3862316. OLE color: 3862316.

HSL color Cylindrical-coordinate representation of color #2CEF3A: hue angle of 124.31º 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 #2CEF3A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 44 239 58 -
CMYK 0.82 0 0.76 0.06
HSL 124.31º 0.86% 0.55% -
HSV(B) 124.31º 0.82% 0.94% -
XYZ 32.67 62.57 14.36 -
YUV 160.06 70.4 45.22 -
System Red Green Blue C M Y K H S L
Decimal 44 239 58 0.82 0 0.76 0.06 124.31 0.86 0.55
Hex 2C EF 3A 52 0 4C 6 7C 56 37
Octal 54 357 72 122 0 114 6 174 126 67
Binary 101100 11101111 111010 1010010 0 1001100 110 1111100 1010110 110111

Color Harmonies of #2CEF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CEF3A

Black with #2CEF3A

Text Example


Text Example

White with #2CEF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CEF3A; }

 p { color: rgb(44,239,58); }

 H1.HeaderClassName
 {
   color: #2CEF3A;
 }
 .AnyTagClassName
 {
   color: #2CEF3A;
 }
</style>

background-color css

<style>
 a { background-color: #2CEF3A; }

 a { background-color: rgb(44,239,58); }

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

border-color css

<style>
 span { border-color: #2CEF3A; }

 span { border-color: rgb(44,239,58); }

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