Html Css Color HEX #27F330 Lime Green

📋 copy color: '#27F330'

red 39 ◦ green 243 ◦ blue 48

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

Shades of Lime Green #27F330

Tints of Lime Green #27F330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.64%

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 11.82%
G = 73.64%
B = 14.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#27F330 (or 0x27F330) is known color: Lime Green. HEX triplet: 27, F3 and 30. RGB value is (39,243,48). Sum of RGB (Red+Green+Blue) = 39+243+48=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 243 (95.31% from 255 or 73.64% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 243 - color contains mainly: green. Hex color #27F330 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F330 is #D80CCF. Grayscale: #A0A0A0. Windows color (decimal): -14159056 or 3207975. OLE color: 3207975.

HSL color Cylindrical-coordinate representation of color #27F330: hue angle of 122.65º degrees, saturation: 0.89, 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 #27F330 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 243 48 -
CMYK 0.84 0 0.80 0.05
HSL 122.65º 0.89% 0.55% -
HSV(B) 122.65º 0.84% 0.95% -
XYZ 33.42 64.75 13.53 -
YUV 159.77 64.91 41.86 -
System Red Green Blue C M Y K H S L
Decimal 39 243 48 0.84 0 0.80 0.05 122.65 0.89 0.55
Hex 27 F3 30 54 0 50 5 7B 59 37
Octal 47 363 60 124 0 120 5 173 131 67
Binary 100111 11110011 110000 1010100 0 1010000 101 1111011 1011001 110111

Color Harmonies of #27F330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F330

Black with #27F330

Text Example


Text Example

White with #27F330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,243,48); }

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

background-color css

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

 a { background-color: rgb(39,243,48); }

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

border-color css

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

 span { border-color: rgb(39,243,48); }

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