Html Css Color HEX #74D525 Lima

📋 copy color: '#74D525'

red 116 ◦ green 213 ◦ blue 37

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

Shades of Lima #74D525

Tints of Lima #74D525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.2%

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

R = 31.69%
G = 58.2%
B = 10.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#74D525 (or 0x74D525) is known color: Lima. HEX triplet: 74, D5 and 25. RGB value is (116,213,37). Sum of RGB (Red+Green+Blue) = 116+213+37=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #74D525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D525 is #8B2ADA. Grayscale: #A4A4A4. Windows color (decimal): -9120475 or 2479476. OLE color: 2479476.

HSL color Cylindrical-coordinate representation of color #74D525: hue angle of 93.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74D525 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 213 37 -
CMYK 0.46 0 0.83 0.16
HSL 93.07º 0.7% 0.49% -
HSV(B) 93.07º 0.83% 0.84% -
XYZ 31.33 51.44 10.03 -
YUV 163.93 56.36 93.81 -
System Red Green Blue C M Y K H S L
Decimal 116 213 37 0.46 0 0.83 0.16 93.07 0.7 0.49
Hex 74 D5 25 2E 0 53 10 5D 46 31
Octal 164 325 45 56 0 123 20 135 106 61
Binary 1110100 11010101 100101 101110 0 1010011 10000 1011101 1000110 110001

Color Harmonies of #74D525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D525

Black with #74D525

Text Example


Text Example

White with #74D525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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