Html Css Color HEX #74D213 Lima

📋 copy color: '#74D213'

red 116 ◦ green 210 ◦ blue 19

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

Shades of Lima #74D213

Tints of Lima #74D213

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.87%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 33.62%
G = 60.87%
B = 5.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#74D213 (or 0x74D213) is known color: Lima. HEX triplet: 74, D2 and 13. RGB value is (116,210,19). Sum of RGB (Red+Green+Blue) = 116+210+19=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #74D213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #74D213 is #8B2DEC. Grayscale: #A0A0A0. Windows color (decimal): -9121261 or 1299060. OLE color: 1299060.

HSL color Cylindrical-coordinate representation of color #74D213: hue angle of 89.53º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74D213 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 210 19 -
CMYK 0.45 0 0.91 0.18
HSL 89.53º 0.83% 0.45% -
HSV(B) 89.53º 0.91% 0.82% -
XYZ 30.37 49.85 8.64 -
YUV 160.12 48.36 96.53 -
System Red Green Blue C M Y K H S L
Decimal 116 210 19 0.45 0 0.91 0.18 89.53 0.83 0.45
Hex 74 D2 13 2D 0 5B 12 5A 53 2D
Octal 164 322 23 55 0 133 22 132 123 55
Binary 1110100 11010010 10011 101101 0 1011011 10010 1011010 1010011 101101

Color Harmonies of #74D213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D213

Black with #74D213

Text Example


Text Example

White with #74D213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,210,19); }

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

background-color css

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

 a { background-color: rgb(116,210,19); }

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

border-color css

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

 span { border-color: rgb(116,210,19); }

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