Html Css Color HEX #2CE21F Lime Green

📋 copy color: '#2CE21F'

red 44 ◦ green 226 ◦ blue 31

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

Shades of Lime Green #2CE21F

Tints of Lime Green #2CE21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 14.62%
G = 75.08%
B = 10.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#2CE21F (or 0x2CE21F) is known color: Lime Green. HEX triplet: 2C, E2 and 1F. RGB value is (44,226,31). Sum of RGB (Red+Green+Blue) = 44+226+31=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE21F is #D31DE0. Grayscale: #959595. Windows color (decimal): -13835745 or 2089516. OLE color: 2089516.

HSL color Cylindrical-coordinate representation of color #2CE21F: hue angle of 116º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE21F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 226 31 -
CMYK 0.81 0 0.86 0.11
HSL 116º 0.77% 0.5% -
HSV(B) 116º 0.86% 0.89% -
XYZ 28.48 55.03 10.42 -
YUV 149.35 61.2 52.86 -
System Red Green Blue C M Y K H S L
Decimal 44 226 31 0.81 0 0.86 0.11 116 0.77 0.5
Hex 2C E2 1F 51 0 56 B 74 4D 32
Octal 54 342 37 121 0 126 13 164 115 62
Binary 101100 11100010 11111 1010001 0 1010110 1011 1110100 1001101 110010

Color Harmonies of #2CE21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE21F

Black with #2CE21F

Text Example


Text Example

White with #2CE21F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,226,31); }

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

background-color css

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

 a { background-color: rgb(44,226,31); }

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

border-color css

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

 span { border-color: rgb(44,226,31); }

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