Html Css Color HEX #74D523 Lima

📋 copy color: '#74D523'

red 116 ◦ green 213 ◦ blue 35

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

Shades of Lima #74D523

Tints of Lima #74D523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 31.87%
G = 58.52%
B = 9.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#74D523 (or 0x74D523) is known color: Lima. HEX triplet: 74, D5 and 23. RGB value is (116,213,35). Sum of RGB (Red+Green+Blue) = 116+213+35=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #74D523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D523 is #8B2ADC. Grayscale: #A4A4A4. Windows color (decimal): -9120477 or 2348404. OLE color: 2348404.

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

Color convert

RGB 116 213 35 -
CMYK 0.46 0 0.84 0.16
HSL 92.7º 0.72% 0.49% -
HSV(B) 92.7º 0.84% 0.84% -
XYZ 31.3 51.42 9.87 -
YUV 163.71 55.36 93.97 -
System Red Green Blue C M Y K H S L
Decimal 116 213 35 0.46 0 0.84 0.16 92.7 0.72 0.49
Hex 74 D5 23 2E 0 54 10 5D 48 31
Octal 164 325 43 56 0 124 20 135 110 61
Binary 1110100 11010101 100011 101110 0 1010100 10000 1011101 1001000 110001

Color Harmonies of #74D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D523

Black with #74D523

Text Example


Text Example

White with #74D523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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