Html Css Color HEX #7CCE05 Lima

📋 copy color: '#7CCE05'

red 124 ◦ green 206 ◦ blue 5

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

Shades of Lima #7CCE05

Tints of Lima #7CCE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 61.49%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 37.01%
G = 61.49%
B = 1.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7CCE05 (or 0x7CCE05) is known color: Lima. HEX triplet: 7C, CE and 05. RGB value is (124,206,5). Sum of RGB (Red+Green+Blue) = 124+206+5=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCE05 is #8331FA. Grayscale: #9F9F9F. Windows color (decimal): -8598011 or 380540. OLE color: 380540.

HSL color Cylindrical-coordinate representation of color #7CCE05: hue angle of 84.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CCE05 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 206 5 -
CMYK 0.40 0 0.98 0.19
HSL 84.48º 0.95% 0.41% -
HSV(B) 84.48º 0.98% 0.81% -
XYZ 30.41 48.44 7.89 -
YUV 158.57 41.33 103.34 -
System Red Green Blue C M Y K H S L
Decimal 124 206 5 0.40 0 0.98 0.19 84.48 0.95 0.41
Hex 7C CE 5 28 0 62 13 54 5F 29
Octal 174 316 5 50 0 142 23 124 137 51
Binary 1111100 11001110 101 101000 0 1100010 10011 1010100 1011111 101001

Color Harmonies of #7CCE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCE05

Black with #7CCE05

Text Example


Text Example

White with #7CCE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,206,5); }

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

background-color css

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

 a { background-color: rgb(124,206,5); }

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

border-color css

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

 span { border-color: rgb(124,206,5); }

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