Html Css Color HEX #76CF27 Lima

📋 copy color: '#76CF27'

red 118 ◦ green 207 ◦ blue 39

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

Shades of Lima #76CF27

Tints of Lima #76CF27

RGB

 RED value IS 118 (46.48% from 255) = 32.42%

 GREEN value IS 207 (81.25% from 255) = 56.87%

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 32.42%
G = 56.87%
B = 10.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#76CF27 (or 0x76CF27) is known color: Lima. HEX triplet: 76, CF and 27. RGB value is (118,207,39). Sum of RGB (Red+Green+Blue) = 118+207+39=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF27 is #8930D8. Grayscale: #A1A1A1. Windows color (decimal): -8990937 or 2609014. OLE color: 2609014.

HSL color Cylindrical-coordinate representation of color #76CF27: hue angle of 91.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76CF27 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 39 -
CMYK 0.43 0 0.81 0.19
HSL 91.79º 0.68% 0.48% -
HSV(B) 91.79º 0.81% 0.81% -
XYZ 30.15 48.62 9.72 -
YUV 161.24 59.01 97.16 -
System Red Green Blue C M Y K H S L
Decimal 118 207 39 0.43 0 0.81 0.19 91.79 0.68 0.48
Hex 76 CF 27 2B 0 51 13 5C 44 30
Octal 166 317 47 53 0 121 23 134 104 60
Binary 1110110 11001111 100111 101011 0 1010001 10011 1011100 1000100 110000

Color Harmonies of #76CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF27

Black with #76CF27

Text Example


Text Example

White with #76CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CF27; }

 p { color: rgb(118,207,39); }

 H1.HeaderClassName
 {
   color: #76CF27;
 }
 .AnyTagClassName
 {
   color: #76CF27;
 }
</style>

background-color css

<style>
 a { background-color: #76CF27; }

 a { background-color: rgb(118,207,39); }

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

border-color css

<style>
 span { border-color: #76CF27; }

 span { border-color: rgb(118,207,39); }

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