Html Css Color HEX #74C02E Lima

📋 copy color: '#74C02E'

red 116 ◦ green 192 ◦ blue 46

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

Shades of Lima #74C02E

Tints of Lima #74C02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.24%

 BLUE value IS 46 (18.36% from 255) = 12.99%

R = 32.77%
G = 54.24%
B = 12.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#74C02E (or 0x74C02E) is known color: Lima. HEX triplet: 74, C0 and 2E. RGB value is (116,192,46). Sum of RGB (Red+Green+Blue) = 116+192+46=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #74C02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C02E is #8B3FD1. Grayscale: #999999. Windows color (decimal): -9125842 or 3063924. OLE color: 3063924.

HSL color Cylindrical-coordinate representation of color #74C02E: hue angle of 91.23º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74C02E is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 46 -
CMYK 0.40 0 0.76 0.25
HSL 91.23º 0.61% 0.47% -
HSV(B) 91.23º 0.76% 0.75% -
XYZ 26.55 41.61 9.22 -
YUV 152.63 67.82 101.87 -
System Red Green Blue C M Y K H S L
Decimal 116 192 46 0.40 0 0.76 0.25 91.23 0.61 0.47
Hex 74 C0 2E 28 0 4C 19 5B 3D 2F
Octal 164 300 56 50 0 114 31 133 75 57
Binary 1110100 11000000 101110 101000 0 1001100 11001 1011011 111101 101111

Color Harmonies of #74C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C02E

Black with #74C02E

Text Example


Text Example

White with #74C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,46); }

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

background-color css

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

 a { background-color: rgb(116,192,46); }

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

border-color css

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

 span { border-color: rgb(116,192,46); }

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