Html Css Color HEX #74D51A Lima

📋 copy color: '#74D51A'

red 116 ◦ green 213 ◦ blue 26

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

Shades of Lima #74D51A

Tints of Lima #74D51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 32.68%
G = 60%
B = 7.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#74D51A (or 0x74D51A) is known color: Lima. HEX triplet: 74, D5 and 1A. RGB value is (116,213,26). Sum of RGB (Red+Green+Blue) = 116+213+26=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #74D51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D51A is #8B2AE5. Grayscale: #A3A3A3. Windows color (decimal): -9120486 or 1758580. OLE color: 1758580.

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

Color convert

RGB 116 213 26 -
CMYK 0.46 0 0.88 0.16
HSL 91.12º 0.78% 0.47% -
HSV(B) 91.12º 0.88% 0.84% -
XYZ 31.18 51.38 9.25 -
YUV 162.68 50.86 94.71 -
System Red Green Blue C M Y K H S L
Decimal 116 213 26 0.46 0 0.88 0.16 91.12 0.78 0.47
Hex 74 D5 1A 2E 0 58 10 5B 4E 2F
Octal 164 325 32 56 0 130 20 133 116 57
Binary 1110100 11010101 11010 101110 0 1011000 10000 1011011 1001110 101111

Color Harmonies of #74D51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D51A

Black with #74D51A

Text Example


Text Example

White with #74D51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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