Html Css Color HEX #74BC27 Lima

📋 copy color: '#74BC27'

red 116 ◦ green 188 ◦ blue 39

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

Shades of Lima #74BC27

Tints of Lima #74BC27

RGB

 RED value IS 116 (45.7% from 255) = 33.82%

 GREEN value IS 188 (73.83% from 255) = 54.81%

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

R = 33.82%
G = 54.81%
B = 11.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#74BC27 (or 0x74BC27) is known color: Lima. HEX triplet: 74, BC and 27. RGB value is (116,188,39). Sum of RGB (Red+Green+Blue) = 116+188+39=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BC27 is #8B43D8. Grayscale: #969696. Windows color (decimal): -9126873 or 2604148. OLE color: 2604148.

HSL color Cylindrical-coordinate representation of color #74BC27: hue angle of 88.99º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74BC27 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 39 -
CMYK 0.38 0 0.79 0.26
HSL 88.99º 0.66% 0.45% -
HSV(B) 88.99º 0.79% 0.74% -
XYZ 25.55 39.83 8.26 -
YUV 149.49 65.65 104.12 -
System Red Green Blue C M Y K H S L
Decimal 116 188 39 0.38 0 0.79 0.26 88.99 0.66 0.45
Hex 74 BC 27 26 0 4F 1A 59 42 2D
Octal 164 274 47 46 0 117 32 131 102 55
Binary 1110100 10111100 100111 100110 0 1001111 11010 1011001 1000010 101101

Color Harmonies of #74BC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC27

Black with #74BC27

Text Example


Text Example

White with #74BC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BC27; }

 p { color: rgb(116,188,39); }

 H1.HeaderClassName
 {
   color: #74BC27;
 }
 .AnyTagClassName
 {
   color: #74BC27;
 }
</style>

background-color css

<style>
 a { background-color: #74BC27; }

 a { background-color: rgb(116,188,39); }

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

border-color css

<style>
 span { border-color: #74BC27; }

 span { border-color: rgb(116,188,39); }

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