Html Css Color HEX #74CA26 Lima

📋 copy color: '#74CA26'

red 116 ◦ green 202 ◦ blue 38

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

Shades of Lima #74CA26

Tints of Lima #74CA26

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.74%

 BLUE value IS 38 (15.23% from 255) = 10.67%

R = 32.58%
G = 56.74%
B = 10.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#74CA26 (or 0x74CA26) is known color: Lima. HEX triplet: 74, CA and 26. RGB value is (116,202,38). Sum of RGB (Red+Green+Blue) = 116+202+38=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CA26 is #8B35D9. Grayscale: #9E9E9E. Windows color (decimal): -9123290 or 2542196. OLE color: 2542196.

HSL color Cylindrical-coordinate representation of color #74CA26: hue angle of 91.46º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74CA26 is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 116 202 38 -
CMYK 0.43 0 0.81 0.21
HSL 91.46º 0.68% 0.47% -
HSV(B) 91.46º 0.81% 0.79% -
XYZ 28.67 46.09 9.22 -
YUV 157.59 60.51 98.34 -
System Red Green Blue C M Y K H S L
Decimal 116 202 38 0.43 0 0.81 0.21 91.46 0.68 0.47
Hex 74 CA 26 2B 0 51 15 5B 44 2F
Octal 164 312 46 53 0 121 25 133 104 57
Binary 1110100 11001010 100110 101011 0 1010001 10101 1011011 1000100 101111

Color Harmonies of #74CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CA26

Black with #74CA26

Text Example


Text Example

White with #74CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,38); }

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

background-color css

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

 a { background-color: rgb(116,202,38); }

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

border-color css

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

 span { border-color: rgb(116,202,38); }

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