Html Css Color HEX #27F132 Lime Green

📋 copy color: '#27F132'

red 39 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #27F132

Tints of Lime Green #27F132

RGB

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

 GREEN value IS 241 (94.53% from 255) = 73.03%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 11.82%
G = 73.03%
B = 15.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#27F132 (or 0x27F132) is known color: Lime Green. HEX triplet: 27, F1 and 32. RGB value is (39,241,50). Sum of RGB (Red+Green+Blue) = 39+241+50=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 241 (94.53% from 255 or 73.03% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 241 - color contains mainly: green. Hex color #27F132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F132 is #D80ECD. Grayscale: #9F9F9F. Windows color (decimal): -14159566 or 3338535. OLE color: 3338535.

HSL color Cylindrical-coordinate representation of color #27F132: hue angle of 123.27º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F132 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 241 50 -
CMYK 0.84 0 0.79 0.05
HSL 123.27º 0.88% 0.55% -
HSV(B) 123.27º 0.84% 0.95% -
XYZ 32.87 63.57 13.56 -
YUV 158.83 66.58 42.53 -
System Red Green Blue C M Y K H S L
Decimal 39 241 50 0.84 0 0.79 0.05 123.27 0.88 0.55
Hex 27 F1 32 54 0 4F 5 7B 58 37
Octal 47 361 62 124 0 117 5 173 130 67
Binary 100111 11110001 110010 1010100 0 1001111 101 1111011 1011000 110111

Color Harmonies of #27F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F132

Black with #27F132

Text Example


Text Example

White with #27F132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,241,50); }

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

background-color css

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

 a { background-color: rgb(39,241,50); }

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

border-color css

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

 span { border-color: rgb(39,241,50); }

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