Html Css Color HEX #7DB234 Lima

📋 copy color: '#7DB234'

red 125 ◦ green 178 ◦ blue 52

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

Shades of Lima #7DB234

Tints of Lima #7DB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 52 (20.7% from 255) = 14.65%

R = 35.21%
G = 50.14%
B = 14.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#7DB234 (or 0x7DB234) is known color: Lima. HEX triplet: 7D, B2 and 34. RGB value is (125,178,52). Sum of RGB (Red+Green+Blue) = 125+178+52=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB234 is #824DCB. Grayscale: #949494. Windows color (decimal): -8539596 or 3453565. OLE color: 3453565.

HSL color Cylindrical-coordinate representation of color #7DB234: hue angle of 85.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DB234 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 178 52 -
CMYK 0.30 0 0.71 0.30
HSL 85.24º 0.55% 0.45% -
HSV(B) 85.24º 0.71% 0.7% -
XYZ 25 36.45 8.97 -
YUV 147.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 125 178 52 0.30 0 0.71 0.30 85.24 0.55 0.45
Hex 7D B2 34 1E 0 47 1E 55 37 2D
Octal 175 262 64 36 0 107 36 125 67 55
Binary 1111101 10110010 110100 11110 0 1000111 11110 1010101 110111 101101

Color Harmonies of #7DB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB234

Black with #7DB234

Text Example


Text Example

White with #7DB234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,178,52); }

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

background-color css

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

 a { background-color: rgb(125,178,52); }

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

border-color css

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

 span { border-color: rgb(125,178,52); }

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