Html Css Color HEX #72FA1A Bright Green

📋 copy color: '#72FA1A'

red 114 ◦ green 250 ◦ blue 26

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

Shades of Bright Green #72FA1A

Tints of Bright Green #72FA1A

RGB

 RED value IS 114 (44.92% from 255) = 29.23%

 GREEN value IS 250 (98.05% from 255) = 64.1%

 BLUE value IS 26 (10.55% from 255) = 6.67%

R = 29.23%
G = 64.1%
B = 6.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#72FA1A (or 0x72FA1A) is known color: Bright Green. HEX triplet: 72, FA and 1A. RGB value is (114,250,26). Sum of RGB (Red+Green+Blue) = 114+250+26=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #72FA1A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #72FA1A is #8D05E5. Grayscale: #B8B8B8. Windows color (decimal): -9242086 or 1768050. OLE color: 1768050.

HSL color Cylindrical-coordinate representation of color #72FA1A: hue angle of 96.43º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72FA1A is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 250 26 -
CMYK 0.54 0 0.90 0.02
HSL 96.43º 0.96% 0.54% -
HSV(B) 96.43º 0.9% 0.98% -
XYZ 41.31 72.02 12.7 -
YUV 183.8 38.94 78.21 -
System Red Green Blue C M Y K H S L
Decimal 114 250 26 0.54 0 0.90 0.02 96.43 0.96 0.54
Hex 72 FA 1A 36 0 5A 2 60 60 36
Octal 162 372 32 66 0 132 2 140 140 66
Binary 1110010 11111010 11010 110110 0 1011010 10 1100000 1100000 110110

Color Harmonies of #72FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72FA1A

Black with #72FA1A

Text Example


Text Example

White with #72FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72FA1A; }

 p { color: rgb(114,250,26); }

 H1.HeaderClassName
 {
   color: #72FA1A;
 }
 .AnyTagClassName
 {
   color: #72FA1A;
 }
</style>

background-color css

<style>
 a { background-color: #72FA1A; }

 a { background-color: rgb(114,250,26); }

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

border-color css

<style>
 span { border-color: #72FA1A; }

 span { border-color: rgb(114,250,26); }

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