Html Css Color HEX #74D228 Lima

📋 copy color: '#74D228'

red 116 ◦ green 210 ◦ blue 40

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

Shades of Lima #74D228

Tints of Lima #74D228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 31.69%
G = 57.38%
B = 10.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#74D228 (or 0x74D228) is known color: Lima. HEX triplet: 74, D2 and 28. RGB value is (116,210,40). Sum of RGB (Red+Green+Blue) = 116+210+40=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 210 (82.42% from 255 or 57.38% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 210 - color contains mainly: green. Hex color #74D228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D228 is #8B2DD7. Grayscale: #A3A3A3. Windows color (decimal): -9121240 or 2675316. OLE color: 2675316.

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

Color convert

RGB 116 210 40 -
CMYK 0.45 0 0.81 0.18
HSL 93.18º 0.68% 0.49% -
HSV(B) 93.18º 0.81% 0.82% -
XYZ 30.63 49.96 10.04 -
YUV 162.51 58.86 94.82 -
System Red Green Blue C M Y K H S L
Decimal 116 210 40 0.45 0 0.81 0.18 93.18 0.68 0.49
Hex 74 D2 28 2D 0 51 12 5D 44 31
Octal 164 322 50 55 0 121 22 135 104 61
Binary 1110100 11010010 101000 101101 0 1010001 10010 1011101 1000100 110001

Color Harmonies of #74D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D228

Black with #74D228

Text Example


Text Example

White with #74D228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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