Html Css Color HEX #2CC31F Lime Green

📋 copy color: '#2CC31F'

red 44 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #2CC31F

Tints of Lime Green #2CC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 72.22%

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

R = 16.3%
G = 72.22%
B = 11.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#2CC31F (or 0x2CC31F) is known color: Lime Green. HEX triplet: 2C, C3 and 1F. RGB value is (44,195,31). Sum of RGB (Red+Green+Blue) = 44+195+31=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC31F is #D33CE0. Grayscale: #838383. Windows color (decimal): -13843681 or 2081580. OLE color: 2081580.

HSL color Cylindrical-coordinate representation of color #2CC31F: hue angle of 115.24º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CC31F is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 44 195 31 -
CMYK 0.77 0 0.84 0.24
HSL 115.24º 0.73% 0.44% -
HSV(B) 115.24º 0.84% 0.76% -
XYZ 20.8 39.66 7.86 -
YUV 131.16 71.47 65.84 -
System Red Green Blue C M Y K H S L
Decimal 44 195 31 0.77 0 0.84 0.24 115.24 0.73 0.44
Hex 2C C3 1F 4D 0 54 18 73 49 2C
Octal 54 303 37 115 0 124 30 163 111 54
Binary 101100 11000011 11111 1001101 0 1010100 11000 1110011 1001001 101100

Color Harmonies of #2CC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CC31F

Black with #2CC31F

Text Example


Text Example

White with #2CC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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