Html Css Color HEX #7DF28C Light Green

📋 copy color: '#7DF28C'

red 125 ◦ green 242 ◦ blue 140

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

Shades of Light Green #7DF28C

Tints of Light Green #7DF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 24.65%
G = 47.73%
B = 27.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#7DF28C (or 0x7DF28C) is known color: Light Green. HEX triplet: 7D, F2 and 8C. RGB value is (125,242,140). Sum of RGB (Red+Green+Blue) = 125+242+140=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF28C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF28C is #820D73. Grayscale: #C3C3C3. Windows color (decimal): -8523124 or 9237117. OLE color: 9237117.

HSL color Cylindrical-coordinate representation of color #7DF28C: hue angle of 127.69º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF28C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 140 -
CMYK 0.48 0 0.42 0.05
HSL 127.69º 0.82% 0.72% -
HSV(B) 127.69º 0.48% 0.95% -
XYZ 44.94 69.76 35.91 -
YUV 195.39 96.74 77.79 -
System Red Green Blue C M Y K H S L
Decimal 125 242 140 0.48 0 0.42 0.05 127.69 0.82 0.72
Hex 7D F2 8C 30 0 2A 5 80 52 48
Octal 175 362 214 60 0 52 5 200 122 110
Binary 1111101 11110010 10001100 110000 0 101010 101 10000000 1010010 1001000

Color Harmonies of #7DF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF28C

Black with #7DF28C

Text Example


Text Example

White with #7DF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,140); }

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

background-color css

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

 a { background-color: rgb(125,242,140); }

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

border-color css

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

 span { border-color: rgb(125,242,140); }

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