Html Css Color HEX #31E64C Lime Green

📋 copy color: '#31E64C'

red 49 ◦ green 230 ◦ blue 76

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

Shades of Lime Green #31E64C

Tints of Lime Green #31E64C

RGB

 RED value IS 49 (19.53% from 255) = 13.8%

 GREEN value IS 230 (90.23% from 255) = 64.79%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 13.8%
G = 64.79%
B = 21.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#31E64C (or 0x31E64C) is known color: Lime Green. HEX triplet: 31, E6 and 4C. RGB value is (49,230,76). Sum of RGB (Red+Green+Blue) = 49+230+76=355 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.80% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #31E64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E64C is #CE19B3. Grayscale: #9E9E9E. Windows color (decimal): -13506996 or 5039665. OLE color: 5039665.

HSL color Cylindrical-coordinate representation of color #31E64C: hue angle of 128.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E64C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 76 -
CMYK 0.79 0 0.67 0.10
HSL 128.95º 0.78% 0.55% -
HSV(B) 128.95º 0.79% 0.9% -
XYZ 30.87 57.77 16.36 -
YUV 158.33 81.53 50.02 -
System Red Green Blue C M Y K H S L
Decimal 49 230 76 0.79 0 0.67 0.10 128.95 0.78 0.55
Hex 31 E6 4C 4F 0 43 A 81 4E 37
Octal 61 346 114 117 0 103 12 201 116 67
Binary 110001 11100110 1001100 1001111 0 1000011 1010 10000001 1001110 110111

Color Harmonies of #31E64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E64C

Black with #31E64C

Text Example


Text Example

White with #31E64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31E64C; }

 p { color: rgb(49,230,76); }

 H1.HeaderClassName
 {
   color: #31E64C;
 }
 .AnyTagClassName
 {
   color: #31E64C;
 }
</style>

background-color css

<style>
 a { background-color: #31E64C; }

 a { background-color: rgb(49,230,76); }

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

border-color css

<style>
 span { border-color: #31E64C; }

 span { border-color: rgb(49,230,76); }

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