Html Css Color HEX #7CCC25 Lima

📋 copy color: '#7CCC25'

red 124 ◦ green 204 ◦ blue 37

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

Shades of Lima #7CCC25

Tints of Lima #7CCC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.89%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 33.97%
G = 55.89%
B = 10.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#7CCC25 (or 0x7CCC25) is known color: Lima. HEX triplet: 7C, CC and 25. RGB value is (124,204,37). Sum of RGB (Red+Green+Blue) = 124+204+37=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 204 (80.08% from 255 or 55.89% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC25 is #8333DA. Grayscale: #A1A1A1. Windows color (decimal): -8598491 or 2477180. OLE color: 2477180.

HSL color Cylindrical-coordinate representation of color #7CCC25: hue angle of 88.74º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CCC25 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 37 -
CMYK 0.39 0 0.82 0.2
HSL 88.74º 0.69% 0.47% -
HSV(B) 88.74º 0.82% 0.8% -
XYZ 30.24 47.6 9.35 -
YUV 161.04 58 101.58 -
System Red Green Blue C M Y K H S L
Decimal 124 204 37 0.39 0 0.82 0.2 88.74 0.69 0.47
Hex 7C CC 25 27 0 52 14 59 45 2F
Octal 174 314 45 47 0 122 24 131 105 57
Binary 1111100 11001100 100101 100111 0 1010010 10100 1011001 1000101 101111

Color Harmonies of #7CCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC25

Black with #7CCC25

Text Example


Text Example

White with #7CCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,37); }

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

background-color css

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

 a { background-color: rgb(124,204,37); }

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

border-color css

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

 span { border-color: rgb(124,204,37); }

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