Html Css Color HEX #74C025 Lima

📋 copy color: '#74C025'

red 116 ◦ green 192 ◦ blue 37

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

Shades of Lima #74C025

Tints of Lima #74C025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.65%

 BLUE value IS 37 (14.84% from 255) = 10.72%

R = 33.62%
G = 55.65%
B = 10.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#74C025 (or 0x74C025) is known color: Lima. HEX triplet: 74, C0 and 25. RGB value is (116,192,37). Sum of RGB (Red+Green+Blue) = 116+192+37=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #74C025 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C025 is #8B3FDA. Grayscale: #989898. Windows color (decimal): -9125851 or 2474100. OLE color: 2474100.

HSL color Cylindrical-coordinate representation of color #74C025: hue angle of 89.42º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74C025 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 37 -
CMYK 0.40 0 0.81 0.25
HSL 89.42º 0.68% 0.45% -
HSV(B) 89.42º 0.81% 0.75% -
XYZ 26.39 41.55 8.38 -
YUV 151.61 63.32 102.6 -
System Red Green Blue C M Y K H S L
Decimal 116 192 37 0.40 0 0.81 0.25 89.42 0.68 0.45
Hex 74 C0 25 28 0 51 19 59 44 2D
Octal 164 300 45 50 0 121 31 131 104 55
Binary 1110100 11000000 100101 101000 0 1010001 11001 1011001 1000100 101101

Color Harmonies of #74C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C025

Black with #74C025

Text Example


Text Example

White with #74C025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,37); }

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

background-color css

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

 a { background-color: rgb(116,192,37); }

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

border-color css

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

 span { border-color: rgb(116,192,37); }

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