Html Css Color HEX #7CBD02 Lima

📋 copy color: '#7CBD02'

red 124 ◦ green 189 ◦ blue 2

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

Shades of Lima #7CBD02

Tints of Lima #7CBD02

RGB

 RED value IS 124 (48.83% from 255) = 39.37%

 GREEN value IS 189 (74.22% from 255) = 60%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 39.37%
G = 60%
B = 0.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#7CBD02 (or 0x7CBD02) is known color: Lima. HEX triplet: 7C, BD and 02. RGB value is (124,189,2). Sum of RGB (Red+Green+Blue) = 124+189+2=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBD02 is #8342FD. Grayscale: #949494. Windows color (decimal): -8602366 or 179580. OLE color: 179580.

HSL color Cylindrical-coordinate representation of color #7CBD02: hue angle of 80.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7CBD02 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 2 -
CMYK 0.34 0 0.99 0.26
HSL 80.86º 0.98% 0.37% -
HSV(B) 80.86º 0.99% 0.74% -
XYZ 26.52 40.68 6.51 -
YUV 148.25 45.47 110.71 -
System Red Green Blue C M Y K H S L
Decimal 124 189 2 0.34 0 0.99 0.26 80.86 0.98 0.37
Hex 7C BD 2 22 0 63 1A 51 62 25
Octal 174 275 2 42 0 143 32 121 142 45
Binary 1111100 10111101 10 100010 0 1100011 11010 1010001 1100010 100101

Color Harmonies of #7CBD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD02

Black with #7CBD02

Text Example


Text Example

White with #7CBD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,2); }

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

background-color css

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

 a { background-color: rgb(124,189,2); }

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

border-color css

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

 span { border-color: rgb(124,189,2); }

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