Html Css Color HEX #27BF3A Lime Green

📋 copy color: '#27BF3A'

red 39 ◦ green 191 ◦ blue 58

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

Shades of Lime Green #27BF3A

Tints of Lime Green #27BF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 13.54%
G = 66.32%
B = 20.14%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#27BF3A (or 0x27BF3A) is known color: Lime Green. HEX triplet: 27, BF and 3A. RGB value is (39,191,58). Sum of RGB (Red+Green+Blue) = 39+191+58=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BF3A is #D840C5. Grayscale: #828282. Windows color (decimal): -14172358 or 3850023. OLE color: 3850023.

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

Color convert

RGB 39 191 58 -
CMYK 0.80 0 0.70 0.25
HSL 127.5º 0.66% 0.45% -
HSV(B) 127.5º 0.8% 0.75% -
XYZ 20.23 38 10.27 -
YUV 130.39 87.14 62.81 -
System Red Green Blue C M Y K H S L
Decimal 39 191 58 0.80 0 0.70 0.25 127.5 0.66 0.45
Hex 27 BF 3A 50 0 46 19 80 42 2D
Octal 47 277 72 120 0 106 31 200 102 55
Binary 100111 10111111 111010 1010000 0 1000110 11001 10000000 1000010 101101

Color Harmonies of #27BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27BF3A

Black with #27BF3A

Text Example


Text Example

White with #27BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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