Html Css Color HEX #27CC2B Lime Green

📋 copy color: '#27CC2B'

red 39 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #27CC2B

Tints of Lime Green #27CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.33%

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 13.64%
G = 71.33%
B = 15.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#27CC2B (or 0x27CC2B) is known color: Lime Green. HEX triplet: 27, CC and 2B. RGB value is (39,204,43). Sum of RGB (Red+Green+Blue) = 39+204+43=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 204 (80.08% from 255 or 71.33% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 204 - color contains mainly: green. Hex color #27CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CC2B is #D833D4. Grayscale: #888888. Windows color (decimal): -14169045 or 2870311. OLE color: 2870311.

HSL color Cylindrical-coordinate representation of color #27CC2B: hue angle of 121.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CC2B is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 204 43 -
CMYK 0.81 0 0.79 0.2
HSL 121.45º 0.68% 0.48% -
HSV(B) 121.45º 0.81% 0.8% -
XYZ 22.87 43.79 9.53 -
YUV 136.31 75.34 58.59 -
System Red Green Blue C M Y K H S L
Decimal 39 204 43 0.81 0 0.79 0.2 121.45 0.68 0.48
Hex 27 CC 2B 51 0 4F 14 79 44 30
Octal 47 314 53 121 0 117 24 171 104 60
Binary 100111 11001100 101011 1010001 0 1001111 10100 1111001 1000100 110000

Color Harmonies of #27CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CC2B

Black with #27CC2B

Text Example


Text Example

White with #27CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,204,43); }

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

background-color css

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

 a { background-color: rgb(39,204,43); }

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

border-color css

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

 span { border-color: rgb(39,204,43); }

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