Html Css Color HEX #2CE41F Lime Green

📋 copy color: '#2CE41F'

red 44 ◦ green 228 ◦ blue 31

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

Shades of Lime Green #2CE41F

Tints of Lime Green #2CE41F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 75.25%

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

R = 14.52%
G = 75.25%
B = 10.23%

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

#2CE41F (or 0x2CE41F) is known color: Lime Green. HEX triplet: 2C, E4 and 1F. RGB value is (44,228,31). Sum of RGB (Red+Green+Blue) = 44+228+31=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 228 (89.45% from 255 or 75.25% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE41F is #D31BE0. Grayscale: #979797. Windows color (decimal): -13835233 or 2090028. OLE color: 2090028.

HSL color Cylindrical-coordinate representation of color #2CE41F: hue angle of 116.04º 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 #2CE41F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 44 228 31 -
CMYK 0.81 0 0.86 0.11
HSL 116.04º 0.78% 0.51% -
HSV(B) 116.04º 0.86% 0.89% -
XYZ 29.03 56.12 10.6 -
YUV 150.53 60.54 52.02 -
System Red Green Blue C M Y K H S L
Decimal 44 228 31 0.81 0 0.86 0.11 116.04 0.78 0.51
Hex 2C E4 1F 51 0 56 B 74 4E 33
Octal 54 344 37 121 0 126 13 164 116 63
Binary 101100 11100100 11111 1010001 0 1010110 1011 1110100 1001110 110011

Color Harmonies of #2CE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CE41F

Black with #2CE41F

Text Example


Text Example

White with #2CE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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