Html Css Color HEX #ABF302 Spring Bud

📋 copy color: '#ABF302'

red 171 ◦ green 243 ◦ blue 2

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

Shades of Spring Bud #ABF302

Tints of Spring Bud #ABF302

RGB

 RED value IS 171 (67.19% from 255) = 41.11%

 GREEN value IS 243 (95.31% from 255) = 58.41%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 41.11%
G = 58.41%
B = 0.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#ABF302 (or 0xABF302) is known color: Spring Bud. HEX triplet: AB, F3 and 02. RGB value is (171,243,2). Sum of RGB (Red+Green+Blue) = 171+243+2=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 243 (95.31% from 255 or 58.41% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF302 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF302 is #540CFD. Grayscale: #C2C2C2. Windows color (decimal): -5508350 or 193451. OLE color: 193451.

HSL color Cylindrical-coordinate representation of color #ABF302: hue angle of 77.93º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABF302 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 2 -
CMYK 0.30 0 0.99 0.05
HSL 77.93º 0.98% 0.48% -
HSV(B) 77.93º 0.99% 0.95% -
XYZ 48.86 72.76 11.53 -
YUV 194 19.65 111.6 -
System Red Green Blue C M Y K H S L
Decimal 171 243 2 0.30 0 0.99 0.05 77.93 0.98 0.48
Hex AB F3 2 1E 0 63 5 4E 62 30
Octal 253 363 2 36 0 143 5 116 142 60
Binary 10101011 11110011 10 11110 0 1100011 101 1001110 1100010 110000

Color Harmonies of #ABF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF302

Black with #ABF302

Text Example


Text Example

White with #ABF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF302; }

 p { color: rgb(171,243,2); }

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

background-color css

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

 a { background-color: rgb(171,243,2); }

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

border-color css

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

 span { border-color: rgb(171,243,2); }

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