Html Css Color HEX #27C31F Lime Green

📋 copy color: '#27C31F'

red 39 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #27C31F

Tints of Lime Green #27C31F

RGB

 RED value IS 39 (15.63% from 255) = 14.72%

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

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

R = 14.72%
G = 73.58%
B = 11.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#27C31F (or 0x27C31F) is known color: Lime Green. HEX triplet: 27, C3 and 1F. RGB value is (39,195,31). Sum of RGB (Red+Green+Blue) = 39+195+31=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #27C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C31F is #D83CE0. Grayscale: #828282. Windows color (decimal): -14171361 or 2081575. OLE color: 2081575.

HSL color Cylindrical-coordinate representation of color #27C31F: hue angle of 117.07º 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 #27C31F is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 195 31 -
CMYK 0.80 0 0.84 0.24
HSL 117.07º 0.73% 0.44% -
HSV(B) 117.07º 0.84% 0.76% -
XYZ 20.6 39.56 7.85 -
YUV 129.66 72.32 63.34 -
System Red Green Blue C M Y K H S L
Decimal 39 195 31 0.80 0 0.84 0.24 117.07 0.73 0.44
Hex 27 C3 1F 50 0 54 18 75 49 2C
Octal 47 303 37 120 0 124 30 165 111 54
Binary 100111 11000011 11111 1010000 0 1010100 11000 1110101 1001001 101100

Color Harmonies of #27C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C31F

Black with #27C31F

Text Example


Text Example

White with #27C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27C31F; }

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

 H1.HeaderClassName
 {
   color: #27C31F;
 }
 .AnyTagClassName
 {
   color: #27C31F;
 }
</style>

background-color css

<style>
 a { background-color: #27C31F; }

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

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

border-color css

<style>
 span { border-color: #27C31F; }

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

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