Html Css Color HEX #7BD021 Lima

📋 copy color: '#7BD021'

red 123 ◦ green 208 ◦ blue 33

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

Shades of Lima #7BD021

Tints of Lima #7BD021

RGB

 RED value IS 123 (48.44% from 255) = 33.79%

 GREEN value IS 208 (81.64% from 255) = 57.14%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 33.79%
G = 57.14%
B = 9.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#7BD021 (or 0x7BD021) is known color: Lima. HEX triplet: 7B, D0 and 21. RGB value is (123,208,33). Sum of RGB (Red+Green+Blue) = 123+208+33=364 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.79% from 364); Green value is 208 (81.64% from 255 or 57.14% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 208 - color contains mainly: green. Hex color #7BD021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BD021 is #842FDE. Grayscale: #A3A3A3. Windows color (decimal): -8663007 or 2216059. OLE color: 2216059.

HSL color Cylindrical-coordinate representation of color #7BD021: hue angle of 89.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7BD021 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 123 208 33 -
CMYK 0.41 0 0.84 0.18
HSL 89.14º 0.73% 0.47% -
HSV(B) 89.14º 0.84% 0.82% -
XYZ 31 49.43 9.35 -
YUV 162.64 54.84 99.73 -
System Red Green Blue C M Y K H S L
Decimal 123 208 33 0.41 0 0.84 0.18 89.14 0.73 0.47
Hex 7B D0 21 29 0 54 12 59 49 2F
Octal 173 320 41 51 0 124 22 131 111 57
Binary 1111011 11010000 100001 101001 0 1010100 10010 1011001 1001001 101111

Color Harmonies of #7BD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BD021

Black with #7BD021

Text Example


Text Example

White with #7BD021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,208,33); }

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

background-color css

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

 a { background-color: rgb(123,208,33); }

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

border-color css

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

 span { border-color: rgb(123,208,33); }

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