Html Css Color HEX #CBF91A Electric Lime

📋 copy color: '#CBF91A'

red 203 ◦ green 249 ◦ blue 26

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

Shades of Electric Lime #CBF91A

Tints of Electric Lime #CBF91A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.09%

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

R = 42.47%
G = 52.09%
B = 5.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CBF91A (or 0xCBF91A) is known color: Electric Lime. HEX triplet: CB, F9 and 1A. RGB value is (203,249,26). Sum of RGB (Red+Green+Blue) = 203+249+26=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF91A is #3406E5. Grayscale: #D2D2D2. Windows color (decimal): -3409638 or 1767883. OLE color: 1767883.

HSL color Cylindrical-coordinate representation of color #CBF91A: hue angle of 72.38º degrees, saturation: 0.95, 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 #CBF91A is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 26 -
CMYK 0.18 0 0.90 0.02
HSL 72.38º 0.95% 0.54% -
HSV(B) 72.38º 0.9% 0.98% -
XYZ 58.69 80.52 13.43 -
YUV 209.82 24.26 123.13 -
System Red Green Blue C M Y K H S L
Decimal 203 249 26 0.18 0 0.90 0.02 72.38 0.95 0.54
Hex CB F9 1A 12 0 5A 2 48 5F 36
Octal 313 371 32 22 0 132 2 110 137 66
Binary 11001011 11111001 11010 10010 0 1011010 10 1001000 1011111 110110

Color Harmonies of #CBF91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF91A

Black with #CBF91A

Text Example


Text Example

White with #CBF91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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