Html Css Color HEX #CBFC14 Electric Lime

📋 copy color: '#CBFC14'

red 203 ◦ green 252 ◦ blue 20

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

Shades of Electric Lime #CBFC14

Tints of Electric Lime #CBFC14

RGB

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

 GREEN value IS 252 (98.83% from 255) = 53.05%

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 42.74%
G = 53.05%
B = 4.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#CBFC14 (or 0xCBFC14) is known color: Electric Lime. HEX triplet: CB, FC and 14. RGB value is (203,252,20). Sum of RGB (Red+Green+Blue) = 203+252+20=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC14 is #3403EB. Grayscale: #D3D3D3. Windows color (decimal): -3408876 or 1375435. OLE color: 1375435.

HSL color Cylindrical-coordinate representation of color #CBFC14: hue angle of 72.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBFC14 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 252 20 -
CMYK 0.19 0 0.92 0.01
HSL 72.67º 0.97% 0.53% -
HSV(B) 72.67º 0.92% 0.99% -
XYZ 59.57 82.37 13.42 -
YUV 210.9 20.27 122.36 -
System Red Green Blue C M Y K H S L
Decimal 203 252 20 0.19 0 0.92 0.01 72.67 0.97 0.53
Hex CB FC 14 13 0 5C 1 49 61 35
Octal 313 374 24 23 0 134 1 111 141 65
Binary 11001011 11111100 10100 10011 0 1011100 1 1001001 1100001 110101

Color Harmonies of #CBFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFC14

Black with #CBFC14

Text Example


Text Example

White with #CBFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFC14; }

 p { color: rgb(203,252,20); }

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

background-color css

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

 a { background-color: rgb(203,252,20); }

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

border-color css

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

 span { border-color: rgb(203,252,20); }

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