Html Css Color HEX #7DCD23 Lima

📋 copy color: '#7DCD23'

red 125 ◦ green 205 ◦ blue 35

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

Shades of Lima #7DCD23

Tints of Lima #7DCD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.59%

R = 34.25%
G = 56.16%
B = 9.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#7DCD23 (or 0x7DCD23) is known color: Lima. HEX triplet: 7D, CD and 23. RGB value is (125,205,35). Sum of RGB (Red+Green+Blue) = 125+205+35=365 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.25% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD23 is #8232DC. Grayscale: #A2A2A2. Windows color (decimal): -8532701 or 2346365. OLE color: 2346365.

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

Color convert

RGB 125 205 35 -
CMYK 0.39 0 0.83 0.20
HSL 88.24º 0.71% 0.47% -
HSV(B) 88.24º 0.83% 0.8% -
XYZ 30.59 48.14 9.27 -
YUV 161.7 56.5 101.82 -
System Red Green Blue C M Y K H S L
Decimal 125 205 35 0.39 0 0.83 0.20 88.24 0.71 0.47
Hex 7D CD 23 27 0 53 14 58 47 2F
Octal 175 315 43 47 0 123 24 130 107 57
Binary 1111101 11001101 100011 100111 0 1010011 10100 1011000 1000111 101111

Color Harmonies of #7DCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCD23

Black with #7DCD23

Text Example


Text Example

White with #7DCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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