Html Css Color HEX #7DCD02 Lima

📋 copy color: '#7DCD02'

red 125 ◦ green 205 ◦ blue 2

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

Shades of Lima #7DCD02

Tints of Lima #7DCD02

RGB

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

 GREEN value IS 205 (80.47% from 255) = 61.75%

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

R = 37.65%
G = 61.75%
B = 0.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#7DCD02 (or 0x7DCD02) is known color: Lima. HEX triplet: 7D, CD and 02. RGB value is (125,205,2). Sum of RGB (Red+Green+Blue) = 125+205+2=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 205 (80.47% from 255 or 61.75% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD02 is #8232FD. Grayscale: #9E9E9E. Windows color (decimal): -8532734 or 183677. OLE color: 183677.

HSL color Cylindrical-coordinate representation of color #7DCD02: hue angle of 83.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7DCD02 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 205 2 -
CMYK 0.39 0 0.99 0.20
HSL 83.65º 0.98% 0.41% -
HSV(B) 83.65º 0.99% 0.8% -
XYZ 30.3 48.03 7.73 -
YUV 157.94 40 104.51 -
System Red Green Blue C M Y K H S L
Decimal 125 205 2 0.39 0 0.99 0.20 83.65 0.98 0.41
Hex 7D CD 2 27 0 63 14 54 62 29
Octal 175 315 2 47 0 143 24 124 142 51
Binary 1111101 11001101 10 100111 0 1100011 10100 1010100 1100010 101001

Color Harmonies of #7DCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD02

Black with #7DCD02

Text Example


Text Example

White with #7DCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,205,2); }

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

background-color css

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

 a { background-color: rgb(125,205,2); }

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

border-color css

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

 span { border-color: rgb(125,205,2); }

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