Html Css Color HEX #74BF25 Lima

📋 copy color: '#74BF25'

red 116 ◦ green 191 ◦ blue 37

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

Shades of Lima #74BF25

Tints of Lima #74BF25

RGB

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

 GREEN value IS 191 (75% from 255) = 55.52%

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 33.72%
G = 55.52%
B = 10.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#74BF25 (or 0x74BF25) is known color: Lima. HEX triplet: 74, BF and 25. RGB value is (116,191,37). Sum of RGB (Red+Green+Blue) = 116+191+37=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74BF25 is #8B40DA. Grayscale: #979797. Windows color (decimal): -9126107 or 2473844. OLE color: 2473844.

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

Color convert

RGB 116 191 37 -
CMYK 0.39 0 0.81 0.25
HSL 89.22º 0.68% 0.45% -
HSV(B) 89.22º 0.81% 0.75% -
XYZ 26.17 41.11 8.31 -
YUV 151.02 63.65 103.02 -
System Red Green Blue C M Y K H S L
Decimal 116 191 37 0.39 0 0.81 0.25 89.22 0.68 0.45
Hex 74 BF 25 27 0 51 19 59 44 2D
Octal 164 277 45 47 0 121 31 131 104 55
Binary 1110100 10111111 100101 100111 0 1010001 11001 1011001 1000100 101101

Color Harmonies of #74BF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF25

Black with #74BF25

Text Example


Text Example

White with #74BF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,191,37); }

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

background-color css

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

 a { background-color: rgb(116,191,37); }

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

border-color css

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

 span { border-color: rgb(116,191,37); }

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