Html Css Color HEX #2CE31F Lime Green

📋 copy color: '#2CE31F'

red 44 ◦ green 227 ◦ blue 31

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

Shades of Lime Green #2CE31F

Tints of Lime Green #2CE31F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 75.17%

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

R = 14.57%
G = 75.17%
B = 10.26%

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

#2CE31F (or 0x2CE31F) is known color: Lime Green. HEX triplet: 2C, E3 and 1F. RGB value is (44,227,31). Sum of RGB (Red+Green+Blue) = 44+227+31=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 227 (89.06% from 255 or 75.17% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE31F is #D31CE0. Grayscale: #969696. Windows color (decimal): -13835489 or 2089772. OLE color: 2089772.

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

Color convert

RGB 44 227 31 -
CMYK 0.81 0 0.86 0.11
HSL 116.02º 0.78% 0.51% -
HSV(B) 116.02º 0.86% 0.89% -
XYZ 28.76 55.57 10.51 -
YUV 149.94 60.87 52.44 -
System Red Green Blue C M Y K H S L
Decimal 44 227 31 0.81 0 0.86 0.11 116.02 0.78 0.51
Hex 2C E3 1F 51 0 56 B 74 4E 33
Octal 54 343 37 121 0 126 13 164 116 63
Binary 101100 11100011 11111 1010001 0 1010110 1011 1110100 1001110 110011

Color Harmonies of #2CE31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE31F

Black with #2CE31F

Text Example


Text Example

White with #2CE31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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