Html Css Color HEX #27C21B Lime Green

📋 copy color: '#27C21B'

red 39 ◦ green 194 ◦ blue 27

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

Shades of Lime Green #27C21B

Tints of Lime Green #27C21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 74.62%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 15%
G = 74.62%
B = 10.38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#27C21B (or 0x27C21B) is known color: Lime Green. HEX triplet: 27, C2 and 1B. RGB value is (39,194,27). Sum of RGB (Red+Green+Blue) = 39+194+27=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 194 (76.17% from 255 or 74.62% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 194 - color contains mainly: green. Hex color #27C21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C21B is #D83DE4. Grayscale: #818181. Windows color (decimal): -14171621 or 1819175. OLE color: 1819175.

HSL color Cylindrical-coordinate representation of color #27C21B: hue angle of 115.69º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27C21B is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 194 27 -
CMYK 0.80 0 0.86 0.24
HSL 115.69º 0.76% 0.43% -
HSV(B) 115.69º 0.86% 0.76% -
XYZ 20.33 39.09 7.51 -
YUV 128.62 70.65 64.08 -
System Red Green Blue C M Y K H S L
Decimal 39 194 27 0.80 0 0.86 0.24 115.69 0.76 0.43
Hex 27 C2 1B 50 0 56 18 74 4C 2B
Octal 47 302 33 120 0 126 30 164 114 53
Binary 100111 11000010 11011 1010000 0 1010110 11000 1110100 1001100 101011

Color Harmonies of #27C21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C21B

Black with #27C21B

Text Example


Text Example

White with #27C21B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,194,27); }

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

background-color css

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

 a { background-color: rgb(39,194,27); }

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

border-color css

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

 span { border-color: rgb(39,194,27); }

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