Html Css Color HEX #27BF2F Lime Green

📋 copy color: '#27BF2F'

red 39 ◦ green 191 ◦ blue 47

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

Shades of Lime Green #27BF2F

Tints of Lime Green #27BF2F

RGB

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

 GREEN value IS 191 (75% from 255) = 68.95%

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 14.08%
G = 68.95%
B = 16.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#27BF2F (or 0x27BF2F) is known color: Lime Green. HEX triplet: 27, BF and 2F. RGB value is (39,191,47). Sum of RGB (Red+Green+Blue) = 39+191+47=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 191 (75% from 255 or 68.95% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF2F is #D840D0. Grayscale: #818181. Windows color (decimal): -14172369 or 3129127. OLE color: 3129127.

HSL color Cylindrical-coordinate representation of color #27BF2F: hue angle of 123.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BF2F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 191 47 -
CMYK 0.80 0 0.75 0.25
HSL 123.16º 0.66% 0.45% -
HSV(B) 123.16º 0.8% 0.75% -
XYZ 19.98 37.9 8.95 -
YUV 129.14 81.64 63.71 -
System Red Green Blue C M Y K H S L
Decimal 39 191 47 0.80 0 0.75 0.25 123.16 0.66 0.45
Hex 27 BF 2F 50 0 4B 19 7B 42 2D
Octal 47 277 57 120 0 113 31 173 102 55
Binary 100111 10111111 101111 1010000 0 1001011 11001 1111011 1000010 101101

Color Harmonies of #27BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF2F

Black with #27BF2F

Text Example


Text Example

White with #27BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,191,47); }

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

background-color css

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

 a { background-color: rgb(39,191,47); }

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

border-color css

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

 span { border-color: rgb(39,191,47); }

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