Html Css Color HEX #CBF71A Electric Lime

📋 copy color: '#CBF71A'

red 203 ◦ green 247 ◦ blue 26

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

Shades of Electric Lime #CBF71A

Tints of Electric Lime #CBF71A

RGB

 RED value IS 203 (79.69% from 255) = 42.65%

 GREEN value IS 247 (96.88% from 255) = 51.89%

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

R = 42.65%
G = 51.89%
B = 5.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#CBF71A (or 0xCBF71A) is known color: Electric Lime. HEX triplet: CB, F7 and 1A. RGB value is (203,247,26). Sum of RGB (Red+Green+Blue) = 203+247+26=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 247 (96.88% from 255 or 51.89% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF71A is #3408E5. Grayscale: #D1D1D1. Windows color (decimal): -3410150 or 1767371. OLE color: 1767371.

HSL color Cylindrical-coordinate representation of color #CBF71A: hue angle of 71.95º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBF71A is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 26 -
CMYK 0.18 0 0.89 0.03
HSL 71.95º 0.93% 0.54% -
HSV(B) 71.95º 0.89% 0.97% -
XYZ 58.08 79.29 13.22 -
YUV 208.65 24.92 123.97 -
System Red Green Blue C M Y K H S L
Decimal 203 247 26 0.18 0 0.89 0.03 71.95 0.93 0.54
Hex CB F7 1A 12 0 59 3 48 5D 36
Octal 313 367 32 22 0 131 3 110 135 66
Binary 11001011 11110111 11010 10010 0 1011001 11 1001000 1011101 110110

Color Harmonies of #CBF71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF71A

Black with #CBF71A

Text Example


Text Example

White with #CBF71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF71A; }

 p { color: rgb(203,247,26); }

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

background-color css

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

 a { background-color: rgb(203,247,26); }

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

border-color css

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

 span { border-color: rgb(203,247,26); }

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