Html Css Color HEX #27CA32 Lime Green

📋 copy color: '#27CA32'

red 39 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #27CA32

Tints of Lime Green #27CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 69.42%

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

R = 13.4%
G = 69.42%
B = 17.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#27CA32 (or 0x27CA32) is known color: Lime Green. HEX triplet: 27, CA and 32. RGB value is (39,202,50). Sum of RGB (Red+Green+Blue) = 39+202+50=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 202 (79.30% from 255 or 69.42% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CA32 is #D835CD. Grayscale: #888888. Windows color (decimal): -14169550 or 3328551. OLE color: 3328551.

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

Color convert

RGB 39 202 50 -
CMYK 0.81 0 0.75 0.21
HSL 124.05º 0.68% 0.47% -
HSV(B) 124.05º 0.81% 0.79% -
XYZ 22.53 42.9 10.11 -
YUV 135.94 79.5 58.86 -
System Red Green Blue C M Y K H S L
Decimal 39 202 50 0.81 0 0.75 0.21 124.05 0.68 0.47
Hex 27 CA 32 51 0 4B 15 7C 44 2F
Octal 47 312 62 121 0 113 25 174 104 57
Binary 100111 11001010 110010 1010001 0 1001011 10101 1111100 1000100 101111

Color Harmonies of #27CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27CA32

Black with #27CA32

Text Example


Text Example

White with #27CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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