Html Css Color HEX #2CDF1F Lime Green

📋 copy color: '#2CDF1F'

red 44 ◦ green 223 ◦ blue 31

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

Shades of Lime Green #2CDF1F

Tints of Lime Green #2CDF1F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.83%

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

R = 14.77%
G = 74.83%
B = 10.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2CDF1F (or 0x2CDF1F) is known color: Lime Green. HEX triplet: 2C, DF and 1F. RGB value is (44,223,31). Sum of RGB (Red+Green+Blue) = 44+223+31=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF1F is #D320E0. Grayscale: #949494. Windows color (decimal): -13836513 or 2088748. OLE color: 2088748.

HSL color Cylindrical-coordinate representation of color #2CDF1F: hue angle of 115.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CDF1F is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 223 31 -
CMYK 0.80 0 0.86 0.13
HSL 115.94º 0.76% 0.5% -
HSV(B) 115.94º 0.86% 0.87% -
XYZ 27.67 53.41 10.15 -
YUV 147.59 62.2 54.11 -
System Red Green Blue C M Y K H S L
Decimal 44 223 31 0.80 0 0.86 0.13 115.94 0.76 0.5
Hex 2C DF 1F 50 0 56 D 74 4C 32
Octal 54 337 37 120 0 126 15 164 114 62
Binary 101100 11011111 11111 1010000 0 1010110 1101 1110100 1001100 110010

Color Harmonies of #2CDF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDF1F

Black with #2CDF1F

Text Example


Text Example

White with #2CDF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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