Html Css Color HEX #27CD2A Lime Green

📋 copy color: '#27CD2A'

red 39 ◦ green 205 ◦ blue 42

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

Shades of Lime Green #27CD2A

Tints of Lime Green #27CD2A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.68%

 BLUE value IS 42 (16.8% from 255) = 14.69%

R = 13.64%
G = 71.68%
B = 14.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#27CD2A (or 0x27CD2A) is known color: Lime Green. HEX triplet: 27, CD and 2A. RGB value is (39,205,42). Sum of RGB (Red+Green+Blue) = 39+205+42=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #27CD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CD2A is #D832D5. Grayscale: #898989. Windows color (decimal): -14168790 or 2805031. OLE color: 2805031.

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

Color convert

RGB 39 205 42 -
CMYK 0.81 0 0.80 0.20
HSL 121.08º 0.68% 0.48% -
HSV(B) 121.08º 0.81% 0.8% -
XYZ 23.09 44.26 9.52 -
YUV 136.78 74.5 58.25 -
System Red Green Blue C M Y K H S L
Decimal 39 205 42 0.81 0 0.80 0.20 121.08 0.68 0.48
Hex 27 CD 2A 51 0 50 14 79 44 30
Octal 47 315 52 121 0 120 24 171 104 60
Binary 100111 11001101 101010 1010001 0 1010000 10100 1111001 1000100 110000

Color Harmonies of #27CD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CD2A

Black with #27CD2A

Text Example


Text Example

White with #27CD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,205,42); }

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

background-color css

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

 a { background-color: rgb(39,205,42); }

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

border-color css

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

 span { border-color: rgb(39,205,42); }

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