Html Css Color HEX #7DBF28 Lima

📋 copy color: '#7DBF28'

red 125 ◦ green 191 ◦ blue 40

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

Shades of Lima #7DBF28

Tints of Lima #7DBF28

RGB

 RED value IS 125 (49.22% from 255) = 35.11%

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

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

R = 35.11%
G = 53.65%
B = 11.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#7DBF28 (or 0x7DBF28) is known color: Lima. HEX triplet: 7D, BF and 28. RGB value is (125,191,40). Sum of RGB (Red+Green+Blue) = 125+191+40=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBF28 is #8240D7. Grayscale: #9A9A9A. Windows color (decimal): -8536280 or 2670461. OLE color: 2670461.

HSL color Cylindrical-coordinate representation of color #7DBF28: hue angle of 86.23º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DBF28 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 191 40 -
CMYK 0.35 0 0.79 0.25
HSL 86.23º 0.65% 0.45% -
HSV(B) 86.23º 0.79% 0.75% -
XYZ 27.47 41.77 8.62 -
YUV 154.05 63.63 107.28 -
System Red Green Blue C M Y K H S L
Decimal 125 191 40 0.35 0 0.79 0.25 86.23 0.65 0.45
Hex 7D BF 28 23 0 4F 19 56 41 2D
Octal 175 277 50 43 0 117 31 126 101 55
Binary 1111101 10111111 101000 100011 0 1001111 11001 1010110 1000001 101101

Color Harmonies of #7DBF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBF28

Black with #7DBF28

Text Example


Text Example

White with #7DBF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DBF28; }

 p { color: rgb(125,191,40); }

 H1.HeaderClassName
 {
   color: #7DBF28;
 }
 .AnyTagClassName
 {
   color: #7DBF28;
 }
</style>

background-color css

<style>
 a { background-color: #7DBF28; }

 a { background-color: rgb(125,191,40); }

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

border-color css

<style>
 span { border-color: #7DBF28; }

 span { border-color: rgb(125,191,40); }

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